We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f97895 commit 19f8292Copy full SHA for 19f8292
.github/workflows/deptrac.yml
@@ -7,15 +7,15 @@ on:
7
paths:
8
- '**.php'
9
- 'composer.*'
10
- - 'depfile.yaml'
+ - 'deptrac.yaml'
11
- '.github/workflows/deptrac.yml'
12
push:
13
branches:
14
- develop
15
16
17
18
19
20
21
jobs:
deptrac.yaml
@@ -1,4 +1,4 @@
1
-parameters:
+deptrac:
2
3
- ./src/
4
- ./vendor/codeigniter4/framework/system/
@@ -153,4 +153,4 @@ parameters:
153
- Vendor Entity
154
- Vendor Model
155
- Vendor View
156
- skip_violations:
+ skip_violations: []
0 commit comments