Skip to content

Commit b1c11ae

Browse files
committed
update phstan ci test
1 parent b75b862 commit b1c11ae

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

.github/workflows/phpstan.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Run Shepherd
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: php-actions/composer@v6
12+
- uses: php-actions/phpstan@v3
13+
with:
14+
path: src/ tests/
15+
level: 9
16+
17+

.github/workflows/shepherd.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)