Skip to content

Commit 6098284

Browse files
committed
style: format report with prettier
1 parent 2325b70 commit 6098284

File tree

3 files changed

+3062
-1335
lines changed

3 files changed

+3062
-1335
lines changed

.github/workflows/autofix.yml

Lines changed: 3 additions & 3 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
@@ -23,4 +23,4 @@ jobs:
2323
run: pnpm run lint:fix
2424
- uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9
2525
with:
26-
commit-message: 'chore: apply automated lint fixes'
26+
commit-message: "chore: apply automated lint fixes"

0 commit comments

Comments
 (0)