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 d6de297 commit ecf97f1Copy full SHA for ecf97f1
.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
@@ -19,8 +19,8 @@ jobs:
19
node-version: 20
20
cache: "pnpm"
21
- run: pnpm install
22
- - run: pnpm run automd
23
- - run: pnpm run lint:fix
+ - run: pnpm automd
+ - run: pnpm lint:fix
24
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
25
with:
26
- commit-message: 'chore: apply automated updates'
+ commit-message: "chore: apply automated updates"
0 commit comments