1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Add Psalm again

This commit is contained in:
Matthew Brown 2019-12-02 22:18:16 -05:00 committed by GitHub
parent 821f3528d2
commit e8e0d6e2d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.github/workflows/php.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: PHP Composer
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run Psalm
run: ./psalm --threads=2 --shepherd