Skip to content

Commit

Permalink
ci(workflows): [ci] fix yarn step
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Dec 20, 2022
1 parent 40d6e77 commit 031cab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: hmarr/[email protected]
- id: yarn
name: Install dependencies
run: yarn ${{ github.actor == 'dependabot[bot]' && '' || '--no-immutable' }}
run: yarn --no-immutable
- id: format
name: Check code formatting
run: yarn check:format
Expand Down

0 comments on commit 031cab5

Please sign in to comment.