Skip to content

Commit ecf97f1

Browse files
committed
chore: update autofix ci
1 parent d6de297 commit ecf97f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/autofix.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: autofix.ci # needed to securely identify the workflow
1+
name: autofix.ci # needed to securely identify the workflow
22

33
on:
44
pull_request:
55
push:
6-
branches: [ "main" ]
6+
branches: ["main"]
77

88
permissions:
99
contents: read
@@ -19,8 +19,8 @@ jobs:
1919
node-version: 20
2020
cache: "pnpm"
2121
- run: pnpm install
22-
- run: pnpm run automd
23-
- run: pnpm run lint:fix
22+
- run: pnpm automd
23+
- run: pnpm lint:fix
2424
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
2525
with:
26-
commit-message: 'chore: apply automated updates'
26+
commit-message: "chore: apply automated updates"

0 commit comments

Comments
 (0)