Skip to content

Commit

Permalink
chore(ci): --no-lockfile (install)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcch committed Oct 20, 2023
1 parent daeee90 commit fe4ee7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install
run: yarn
run: yarn install --no-lockfile

- name: Run lint
run: yarn lint
Expand Down

0 comments on commit fe4ee7e

Please sign in to comment.