Skip to content

Commit

Permalink
really fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrans committed Jan 15, 2025
1 parent 7f41120 commit 2595486
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/circular-deps-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@ jobs:
- name: Setup environment
uses: metamask/github-tools/.github/actions/setup-environment@main

- name: Install madge
run: yarn add -D madge

- name: Check circular dependencies
run: yarn circular:check
run: yarn circular-deps:check
2 changes: 0 additions & 2 deletions .github/workflows/circular-deps-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ jobs:
PR_NUMBER: ${{ github.event.issue.number }}
- name: Setup environment
uses: metamask/github-tools/.github/actions/setup-environment@main
- name: Install madge
run: yarn add -D madge
- name: Update circular dependencies
run: yarn circular:update

0 comments on commit 2595486

Please sign in to comment.