Skip to content

Commit 77394e2

Browse files
committed
update auto format code workflow
1 parent 7d40a9d commit 77394e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
bun-version: latest
1919

2020
- name: Run Prettier
21-
run: bunx prettier --config prettier.config.js *.js *.json *.yml ./src/* ./tests/*
21+
run: bunx prettier --config prettier.config.js *.json ./src/* ./tests/*
2222

2323
- name: Run ESLint
2424
run: bunx eslint --config eslint.config.js --fix --ext ts,js ./src/**/* ./tests/**/*

0 commit comments

Comments
 (0)