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 f16537e commit b93dd74Copy full SHA for b93dd74
.github/workflows/check-formatting.yml renamed to .github/workflows/check-prettier-formatting-task.yml
@@ -1,10 +1,11 @@
1
+# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-prettier-formatting-task.md
2
name: Check Prettier Formatting
3
4
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
5
on:
6
push:
7
paths:
- - ".github/workflows/check-formatting.yml"
8
+ - ".github/workflows/check-prettier-formatting-task.ya?ml"
9
- "Taskfile.ya?ml"
10
- "**/.prettierignore"
11
- "**/.prettierrc*"
@@ -100,7 +101,7 @@ on:
100
101
- "**.syntax"
102
pull_request:
103
104
105
106
107
0 commit comments