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 2325b70 commit 6098284Copy full SHA for 6098284
.github/workflows/autofix.yml
@@ -1,9 +1,9 @@
1
-name: autofix.ci # needed to securely identify the workflow
+name: autofix.ci # needed to securely identify the workflow
2
3
on:
4
pull_request:
5
push:
6
- branches: [ "main" ]
+ branches: ["main"]
7
8
permissions:
9
contents: read
@@ -23,4 +23,4 @@ jobs:
23
run: pnpm run lint:fix
24
- uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9
25
with:
26
- commit-message: 'chore: apply automated lint fixes'
+ commit-message: "chore: apply automated lint fixes"
0 commit comments