We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3300537 commit b035a76Copy full SHA for b035a76
1 file changed
.github/workflows/php.yml
@@ -2,9 +2,9 @@ name: PHP Composer
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ main ]
6
pull_request:
7
8
9
jobs:
10
run:
@@ -31,5 +31,8 @@ jobs:
31
if: steps.composer-cache.outputs.cache-hit != 'true'
32
run: composer update --prefer-dist --no-progress
33
34
+ - name: Linting
35
+ run: composer lint
36
+
37
- name: Run test suite
38
run: composer test
0 commit comments