Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
ci(workflows): temporarily skip dependency graph check
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Oct 30, 2021
1 parent 7ee867a commit bbeae54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
- id: dedupe-check
name: Check for duplicate dependencies in lock file
run: yarn check:dedupe
- id: dependency-graph
name: Check dependency graph
run: yarn check:install
# - id: dependency-graph
# name: Check dependency graph
# run: yarn check:install

0 comments on commit bbeae54

Please sign in to comment.