1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 01:44:03 +00:00

Remove psalm from CI

This commit is contained in:
Samuel Štancl 2021-05-24 11:04:17 +02:00
parent b5ae81716d
commit 18b8101cd0
2 changed files with 0 additions and 8 deletions

View file

@ -23,13 +23,6 @@ jobs:
- name: Run tests
run: vendor/bin/phpunit
steps:
- uses: actions/checkout@v2
- name: Install composer dependencies
run: composer install
- name: Run psalm
run: vendor/bin/psalm
phpstan:
name: Static analysis (PHPStan)
runs-on: ubuntu-latest