Skip to content

Commit 8da5e76

Browse files
update CD add prettier
1 parent 90679c7 commit 8da5e76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CD.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11+
- name: Run prettier
12+
run: |
13+
npm install prettier
14+
npx prettier . --check
1115
- name: Semantic Release
1216
uses: cycjimmy/semantic-release-action@v3
1317
id: semantic

0 commit comments

Comments
 (0)