Skip to content

Commit b181e93

Browse files
ci: lint ignore
1 parent 36ff8da commit b181e93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/phplint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
composer require --no-interaction --no-update
3333
composer install
3434
35-
- name: PHPLint
36-
run: |
37-
./vendor/bin/phpcs
35+
# - name: PHPLint
36+
# run: |
37+
# ./vendor/bin/phpcs
3838

3939
- name: PHPStan
4040
run: |

0 commit comments

Comments
 (0)