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 c1e2b50 commit 8dada3eCopy full SHA for 8dada3e
.github/workflows/format-code.yml
@@ -21,10 +21,10 @@ jobs:
21
run: bun install
22
23
- name: Run Prettier
24
- run: bunx prettier --config prettier.config.js --write *.json ./src/* ./tests/*
+ run: ./node_modules/.bin/prettier --config prettier.config.js --write *.json ./src/* ./tests/*
25
26
- name: Run ESLint
27
- run: bunx eslint --config eslint.config.js --fix ./src/**/* ./tests/**/*
+ run: ./node_modules/.bin/eslint --config eslint.config.js --fix ./src/**/* ./tests/**/*
28
29
- name: Commit changes
30
uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments