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:
parent
821f3528d2
commit
e8e0d6e2d2
16
.github/workflows/php.yml
vendored
Normal file
16
.github/workflows/php.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user