We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77394e2 commit d8b1dc0Copy full SHA for d8b1dc0
.github/workflows/format-code.yml
@@ -18,10 +18,10 @@ jobs:
18
bun-version: latest
19
20
- name: Run Prettier
21
- run: bunx prettier --config prettier.config.js *.json ./src/* ./tests/*
+ run: bunx prettier --config prettier.config.js --write *.json ./src/* ./tests/*
22
23
- name: Run ESLint
24
- run: bunx eslint --config eslint.config.js --fix --ext ts,js ./src/**/* ./tests/**/*
+ run: bunx eslint --config eslint.config.js --fix ./src/**/* ./tests/**/*
25
26
- name: Commit changes
27
uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments