Skip to content

Update superlinter.yml #65

Update superlinter.yml

Update superlinter.yml #65

Workflow file for this run

# .github/workflows/superlinter.yml
name: Super-Linter
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
statuses: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Super-Linter
uses: github/super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
DISABLE_LINTERS: "CHECKOV,JAVASCRIPT_STANDARD,MARKDOWN,PYTHON_BLACK,PYTHON_PYLINT"