Skip to content

Commit 8cabd7b

Browse files
committed
[feature/psalm] Improve psalm CI configuration
1 parent 224c12b commit 8cabd7b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ on:
66
- '.github/workflows/**'
77
- '**.php'
88
- 'app/**'
9-
- 'tests/**'
10-
- 'phpunit.xml'
9+
- 'psalm.xml'
1110
- 'composer.json'
1211
- 'composer.lock'
13-
- 'resources/**'
14-
- '.prettierrc.json'
1512

1613
jobs:
1714
static-analysis:

0 commit comments

Comments
 (0)