Skip to content

Commit

Permalink
remove checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Matteo Staack committed Mar 16, 2022
1 parent e9b3d49 commit e0da119
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,3 @@ jobs:
run: vendor/bin/phpunit
env:
VERIFIER_API_KEY: ${{ secrets.VERIFIER_API_KEY }}

- name: php-cs-test
run: vendor/bin/php-cs-test

- name: php-md-test
run: vendor/bin/php-md-test ./src

- name: php-tlint-test
run: vendor/bin/php-tlint-test ./src

- name: php-insights-test
run: vendor/bin/php-insights-test

- name: php-stan-test
run: vendor/bin/php-stan-test

- name: php-mn-test
run: vendor/bin/php-mn-test ./src

0 comments on commit e0da119

Please sign in to comment.