Skip to content

Create deploytoS3.yml #16

Create deploytoS3.yml

Create deploytoS3.yml #16

Workflow file for this run

name: Super Linter
on:
pull_request:
branches: [main, development, release]
workflow_dispatch: {}
jobs:
build:
name: Super Linter
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Super-Linter
uses: super-linter/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_PYTHON_BLACK: true
IGNORE_GITIGNORED_FILES: true
IGNORE_GENERATED_FILES: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}