Skip to content

Commit 76fdce1

Browse files
committed
Update brick/coding-standard to v1
1 parent 5dab423 commit 76fdce1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/coding-standard.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ on:
77
jobs:
88
coding-standard:
99
name: Coding Standard
10-
uses: brick/coding-standard/.github/workflows/coding-standard.yml@main
10+
uses: brick/coding-standard/.github/workflows/coding-standard.yml@v1
11+
with:
12+
working-directory: "tools/ecs"

tools/ecs/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"brick/coding-standard": "dev-main"
3+
"brick/coding-standard": "v1"
44
},
55
"config": {
66
"allow-plugins": {

0 commit comments

Comments
 (0)