Skip to content

Commit f6d3d59

Browse files
committed
Remove dependencies check
1 parent 379c637 commit f6d3d59

File tree

3 files changed

+0
-526
lines changed

3 files changed

+0
-526
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,3 @@ jobs:
149149
node_auth_token: ${{ secrets.GH_TOKEN }}
150150
- name: Check types
151151
run: npm run typecheck
152-
dependencies:
153-
name: Dependencies
154-
runs-on: ubuntu-latest
155-
timeout-minutes: 30
156-
steps:
157-
- name: Checkout
158-
uses: actions/checkout@v3
159-
- name: Setup
160-
uses: ./.github/actions/setup
161-
with:
162-
node_auth_token: ${{ secrets.GH_TOKEN }}
163-
- name: Analyze dependencies
164-
run: npm run dependencies

0 commit comments

Comments
 (0)