Skip to content

Commit

Permalink
Update superlinter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunwbell authored Sep 3, 2024
1 parent 3232b09 commit a2898ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:

# Runs the Super-Linter action
- name: Run Super-Linter
uses: github/super-linter@v7
uses: super-linter/super-linter@v7
env:
VALIDATE_YAML: true
VALIDATE_MARKDOWN: true
VALIDATE_PYTHON_ISORT: true
VALIDATE_PYTHON_PYLINT: true
DEFAULT_BRANCH: main
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a2898ae

Please sign in to comment.