Skip to content

Commit

Permalink
ci: skip cyclic deps check
Browse files Browse the repository at this point in the history
  • Loading branch information
elhesuu committed Oct 1, 2024
1 parent 26a5842 commit c2e1726
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,3 @@ jobs:
node-version: 20
- run: npm install
- run: npm run build
cyclic-dependencies:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npx dpdm --exit-code circular:1 ./src/index.ts

0 comments on commit c2e1726

Please sign in to comment.