GitHub action for PHPstan CI
This commit is contained in:
16
.github/workspaces/ci.yml
vendored
Normal file
16
.github/workspaces/ci.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: CI
|
||||
run-name: ${{ github.actor}} runs CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
phpstan:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: php-actions/composer@v6
|
||||
|
||||
- name: PHPStan Static Analysis
|
||||
uses: php-actions/phpstan@v3
|
||||
with:
|
||||
path: src/
|
||||
Reference in New Issue
Block a user