Skip to content

Commit

Permalink
add artifacts to job
Browse files Browse the repository at this point in the history
  • Loading branch information
hrl20 committed Dec 23, 2024
1 parent af481fa commit cff7ca9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,17 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Download all artifacts
uses: actions/download-artifact@v4
with:
path: all-artifacts
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'

- name: Install dependencies
run: npm ci

- name: Check types
run: npm run typecheck
- name: Lint
Expand Down

0 comments on commit cff7ca9

Please sign in to comment.