Skip to content

Commit

Permalink
ci: fix workflow to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
nc1z committed Dec 30, 2023
1 parent 5d8697d commit 4d0ab41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 18.x
- name: yarn ci
run: yarn ci
run: yarn install --frozen-lockfile --check-files
- name: format
run: yarn prettier
- name: build
Expand Down

0 comments on commit 4d0ab41

Please sign in to comment.