We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379c637 commit f6d3d59Copy full SHA for f6d3d59
3 files changed
.github/workflows/check.yml
@@ -149,16 +149,3 @@ jobs:
149
node_auth_token: ${{ secrets.GH_TOKEN }}
150
- name: Check types
151
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