Skip to content

Commit

Permalink
ci: add check that 'package-lock.json' doesn't have conflicts (#3403)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Dec 3, 2021
1 parent d26f6e9 commit 13530ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -73,6 +73,9 @@ jobs:
- name: Check that package-lock.json is in sync with package.json
run: git diff --exit-code package-lock.json

- name: Check that package-lock.json doesn't have conflicts
run: npm ls --package-lock-only --depth 999

integrationTests:
name: Run integration tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 13530ce

Please sign in to comment.