Skip to content

Commit 3e58ef4

Browse files
chore: add second prettier job
1 parent 0a0d778 commit 3e58ef4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,13 @@ jobs:
107107
- uses: Nerixyz/actionsx-prettier@v3-adj
108108
with:
109109
args: --debug-check --check .
110+
111+
prettier2:
112+
runs-on: ubuntu-latest
113+
steps:
114+
- uses: actions/checkout@v4
115+
- uses: actions/setup-node@v4
116+
- run: |
117+
yarn
118+
yarn prettier . --check
119+
- uses: autofix-ci/action@v1

0 commit comments

Comments
 (0)