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 17d69e1 commit 6ee1706Copy full SHA for 6ee1706
2 files changed
.github/workflows/ci.yml
@@ -79,6 +79,6 @@ jobs:
79
80
coding-standard:
81
name: Coding Standard
82
- uses: brick/coding-standard/.github/workflows/coding-standard.yml@v2
+ uses: brick/coding-standard/.github/workflows/coding-standard.yml@v4
83
with:
84
working-directory: "tools/ecs"
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