Skip to content

Commit

Permalink
Merge pull request #1584 from ethereum-optimism/maurelian/eng-1528-fa…
Browse files Browse the repository at this point in the history
…il-ci-on-yarn-lock-changes

Check in yarn.lock, and fail if yarn install changes lock file
  • Loading branch information
tynes committed Oct 15, 2021
2 parents c4fca90 + 9ff6999 commit d467776
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ts-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
# if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install

- name: Check yarn.lock for changes
run: git diff --exit-code

- name: Build
run: yarn build

Expand Down

0 comments on commit d467776

Please sign in to comment.