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 0e78d02 commit 8446b62Copy full SHA for 8446b62
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
32
coding-standard:
33
name: Coding Standard
34
- uses: brick/coding-standard/.github/workflows/coding-standard.yml@v2
+ uses: brick/coding-standard/.github/workflows/coding-standard.yml@v4
35
with:
36
working-directory: "tools/ecs"
37
tools/ecs/composer.json
@@ -1,6 +1,6 @@
1
{
2
"require": {
3
- "brick/coding-standard": "v2"
+ "brick/coding-standard": "v4"
4
},
5
"config": {
6
"allow-plugins": {
0 commit comments