Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Mar 13, 2024
1 parent c65d279 commit 08d0e0f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
with:
node-version: '20'

- name: Install Dependencies
run: npm install
- name: Install & Build
run: yarn && yarn build

- name: Lint
run: npm run lint
- name: Lint & Test
run: |
yarn lint
yarn test

0 comments on commit 08d0e0f

Please sign in to comment.