Skip to content

Commit

Permalink
yarn install with frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed May 22, 2024
1 parent 235e9e9 commit 03ed885
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/positron-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
- name: prettier
working-directory: ${{ env.PYTHON_DIR }}
run: |
npm install prettier
yarn install --frozen-lockfile
yarn format-fix
git checkout yarn.lock package.json
- name: Check for modified files
id: git-check
run: echo "modified=$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 03ed885

Please sign in to comment.