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 5dab423 commit 76fdce1Copy full SHA for 76fdce1
.github/workflows/coding-standard.yml
@@ -7,4 +7,6 @@ on:
7
jobs:
8
coding-standard:
9
name: Coding Standard
10
- uses: brick/coding-standard/.github/workflows/coding-standard.yml@main
+ uses: brick/coding-standard/.github/workflows/coding-standard.yml@v1
11
+ with:
12
+ working-directory: "tools/ecs"
tools/ecs/composer.json
@@ -1,6 +1,6 @@
1
{
2
"require": {
3
- "brick/coding-standard": "dev-main"
+ "brick/coding-standard": "v1"
4
},
5
"config": {
6
"allow-plugins": {
0 commit comments