Skip to content

Commit 8dada3e

Browse files
committed
wip
1 parent c1e2b50 commit 8dada3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
run: bun install
2222

2323
- name: Run Prettier
24-
run: bunx prettier --config prettier.config.js --write *.json ./src/* ./tests/*
24+
run: ./node_modules/.bin/prettier --config prettier.config.js --write *.json ./src/* ./tests/*
2525

2626
- name: Run ESLint
27-
run: bunx eslint --config eslint.config.js --fix ./src/**/* ./tests/**/*
27+
run: ./node_modules/.bin/eslint --config eslint.config.js --fix ./src/**/* ./tests/**/*
2828

2929
- name: Commit changes
3030
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)