mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-30 04:39:01 +01:00
run psalm on all pushes
This commit is contained in:
parent
010501901f
commit
6b20e8d2aa
10
.github/workflows/psalm.yml
vendored
10
.github/workflows/psalm.yml
vendored
@ -1,12 +1,6 @@
|
||||
name: Psalm
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**.php'
|
||||
- 'psalm.xml'
|
||||
- 'psalm-baseline.xml'
|
||||
- '.github/workflows/psalm.yml'
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
psalm:
|
||||
@ -22,7 +16,7 @@ jobs:
|
||||
coverage: none
|
||||
|
||||
- name: Install composer dependencies
|
||||
uses: composer install -n --prefer-dist
|
||||
run: composer install -n --prefer-dist
|
||||
|
||||
- name: Run Psalm
|
||||
run: ./vendor/bin/psalm --threads=2 --shepherd
|
||||
|
Loading…
Reference in New Issue
Block a user