Skip to content

Commit

Permalink
test: check-peer-dependencies in CI (#3811)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
christopherthielen and mergify[bot] authored Jul 18, 2020
1 parent 61e9c66 commit bc04aeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
git config --global user.name uirouter_github_actions
- name: Install Dependencies
run: yarn install --pure-lockfile
- name: Check Peer Dependencies
run: npx check-peer-dependencies
- name: Run yarn ${{ matrix.yarncmd }}
run: yarn ${{ matrix.yarncmd }}

0 comments on commit bc04aeb

Please sign in to comment.