Skip to content

Commit b93dd74

Browse files
committed
Use standardized filename for "Check Prettier Formatting" workflow
This is the template workflow filename, which is intended to serve as a unique identifier, and thus must be a bit more verbose.
1 parent f16537e commit b93dd74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check-formatting.yml renamed to .github/workflows/check-prettier-formatting-task.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-prettier-formatting-task.md
12
name: Check Prettier Formatting
23

34
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
45
on:
56
push:
67
paths:
7-
- ".github/workflows/check-formatting.yml"
8+
- ".github/workflows/check-prettier-formatting-task.ya?ml"
89
- "Taskfile.ya?ml"
910
- "**/.prettierignore"
1011
- "**/.prettierrc*"
@@ -100,7 +101,7 @@ on:
100101
- "**.syntax"
101102
pull_request:
102103
paths:
103-
- ".github/workflows/check-formatting.yml"
104+
- ".github/workflows/check-prettier-formatting-task.ya?ml"
104105
- "Taskfile.ya?ml"
105106
- "**/.prettierignore"
106107
- "**/.prettierrc*"

0 commit comments

Comments
 (0)