Skip to content

Commit

Permalink
Do not check composer dependency temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Feb 6, 2021
1 parent 73e3787 commit 3757e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
run: composer install --no-interaction --no-progress --prefer-dist

- name: Validate composer.json
run: composer validate --strict
run: composer info

- name: Run PHP_CodeSniffer
run: ./vendor/bin/phpcs -q --no-colors --report=checkstyle src tests | cs2pr

0 comments on commit 3757e30

Please sign in to comment.