We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4503a5 commit 64859d5Copy full SHA for 64859d5
.github/workflows/ci.yml
@@ -29,6 +29,8 @@ jobs:
29
version: latest
30
- name: Run Biome
31
run: biome ci .
32
+ - name: Install Dependencies
33
+ run: npm ci
34
- name: Check types
35
run: node --run types:check
36
0 commit comments