1
0
Fork 0
mirror of https://github.com/archtechx/template.git synced 2025-12-12 05:14:04 +00:00

Remove psalm

This commit is contained in:
Samuel Štancl 2021-05-24 11:04:42 +02:00 committed by GitHub
parent d76c003d7c
commit 8c2b29282c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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