mirror of
https://github.com/opencultureconsulting/oai-pmh2.git
synced 2025-03-30 00:00:30 +01:00
Use Composer to run PHPStan workflow
This commit is contained in:
parent
e97d706cb5
commit
61d8acdf94
7
.github/workflows/phpstan.yml
vendored
7
.github/workflows/phpstan.yml
vendored
@ -15,7 +15,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
security-events: write
|
|
||||||
actions: read
|
actions: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -29,8 +28,4 @@ jobs:
|
|||||||
php_version: "8.1"
|
php_version: "8.1"
|
||||||
|
|
||||||
- name: Run PHPStan
|
- name: Run PHPStan
|
||||||
uses: php-actions/phpstan@v3
|
run: composer phpstan:check
|
||||||
with:
|
|
||||||
path: bin/ public/ src/
|
|
||||||
php_version: "8.1"
|
|
||||||
configuration: phpstan.dist.neon
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user