Skip to content

Commit

Permalink
GH Actions/yamllint: also scan the PHPStan config
Browse files Browse the repository at this point in the history
... as that is also a YAML file.
  • Loading branch information
jrfnl committed Nov 12, 2023
1 parent a1b963f commit 3662db6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
- 'phpstan.neon.dist'
- 'phpstan.neon'

# Rule documentation: https://yamllint.readthedocs.io/en/stable/rules.html
rules:
Expand Down

0 comments on commit 3662db6

Please sign in to comment.