Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit ac1012b

Browse files
committed
ci(style): format after eslint
1 parent 4d23b11 commit ac1012b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code-style.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
- name: Install dependencies
3131
run: npm ci
3232

33-
- name: Format source code with prettier
34-
run: npx prettier --write ./
35-
3633
- name: Check source code with eslint
3734
run: npx eslint --fix --ext .js,.ts,.jsx,.tsx --ignore-pattern commitlint.config.js --ignore-path .gitignore ./
3835

36+
- name: Format source code with prettier
37+
run: npx prettier --write ./
38+
3939
- name: Commit changes
4040
run: |
4141
if ! git diff --exit-code --name-only; then

0 commit comments

Comments
 (0)