mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Fixes paths to run static analysis check on develop and 4.1 branch
This commit is contained in:
parent
3273c9c145
commit
80d232611f
6
.github/workflows/static-analysis-check.yml
vendored
6
.github/workflows/static-analysis-check.yml
vendored
@ -7,8 +7,8 @@ on:
|
|||||||
- 'develop'
|
- 'develop'
|
||||||
- '4.1'
|
- '4.1'
|
||||||
paths:
|
paths:
|
||||||
- 'app'
|
- 'app/**'
|
||||||
- 'system'
|
- 'system/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -25,4 +25,4 @@ jobs:
|
|||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
run: "composer install"
|
run: "composer install"
|
||||||
- name: "Static analysis Check"
|
- name: "Static analysis Check"
|
||||||
run: "vendor/bin/phpstan analyze --level=0 app system"
|
run: "vendor/bin/phpstan analyze --level=0 app system"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user