Skip to content

Commit 3ddc566

Browse files
authored
ci: add prefix to workflows (#69)
* ci: add prefix to workflows * fix: use correct prefix
1 parent 675579b commit 3ddc566

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/config-prettier.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
secrets: inherit
2424
with:
2525
workingDirectory: "config-prettier"
26+
prefix: "config-prettier/"

.github/workflows/eslint-config-typescript.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
secrets: inherit
2424
with:
2525
workingDirectory: "eslint-config-typescript"
26+
prefix: "eslint-config-typescript/"

0 commit comments

Comments
 (0)