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 7d40a9d commit 77394e2Copy full SHA for 77394e2
.github/workflows/format-code.yml
@@ -18,7 +18,7 @@ jobs:
18
bun-version: latest
19
20
- name: Run Prettier
21
- run: bunx prettier --config prettier.config.js *.js *.json *.yml ./src/* ./tests/*
+ run: bunx prettier --config prettier.config.js *.json ./src/* ./tests/*
22
23
- name: Run ESLint
24
run: bunx eslint --config eslint.config.js --fix --ext ts,js ./src/**/* ./tests/**/*
0 commit comments