Skip to content

Commit

Permalink
Update commit_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angeousta authored Dec 5, 2023
1 parent 7d9b91e commit df5385a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/commit_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Install yarn (packages missing)
run: yarn install --os=linux --cpu=x64 sharp

- name: Run format check
run: yarn format:check
- name: Run lint
Expand Down

0 comments on commit df5385a

Please sign in to comment.