Skip to content

Commit

Permalink
Update super linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed May 27, 2024
1 parent 222c256 commit 59079b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Only run the full workflow for manual runs or if upgrading the super linter
if: |
github.event_name != 'workflow_dispatch' &&
startsWith(github.event.pull_request.title,'Bump github/super-linter') != true
startsWith(github.event.pull_request.title,'Bump super-linter/super-linter') != true
run: |
echo "VALIDATE_ALL_CODEBASE=false" >> $GITHUB_ENV
- name: Lint Code Base
Expand Down

0 comments on commit 59079b9

Please sign in to comment.