Skip to content

Commit

Permalink
fix: only run specific linters
Browse files Browse the repository at this point in the history
  • Loading branch information
cvette committed Dec 12, 2024
1 parent 7004a92 commit ed9a634
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
uses: super-linter/super-linter@v7.2.0
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_PHP_PSALM: true
VALIDATE_PHP_BUILTIN: true
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_GIT_MERGE_CONFLICT_MARKERS: true
# Change to 'master' if your main branch differs
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ed9a634

Please sign in to comment.