Skip to content

Commit

Permalink
Install
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Sep 19, 2022
1 parent 120bbe5 commit 8108ad1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Install dependencies
run: npm ci

# TODO: Can be removed if https://github.com/kentcdodds/kcd-scripts/pull/146 is released
- name: Verify format (`npm run format` committed?)
run: npm run format -- --check --no-write
Expand Down Expand Up @@ -68,6 +71,9 @@ jobs:
with:
node-version: 14

- name: Install dependencies
run: npm ci

- name: 🏗 Run build script
run: npm run build

Expand Down

0 comments on commit 8108ad1

Please sign in to comment.