Skip to content

Commit

Permalink
Added explicit run
Browse files Browse the repository at this point in the history
  • Loading branch information
nroh555 committed Jul 1, 2024
1 parent 327aaa3 commit 68cea4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
node-version: '20'

- name: Install dependencies
run: yarn setup
run: yarn install --frozen-lockfile

- name: Format code with Prettier
run: yarn prettier:ci
run: yarn run prettier:ci

0 comments on commit 68cea4a

Please sign in to comment.