Skip to content

Commit

Permalink
🤖 ci: #107 Add test to code check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nathonius committed Apr 23, 2024
1 parent fae232c commit 8ef8163
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ on:
jobs:
build:
uses: "./.github/workflows/build.yml"
lint:
check:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Lint
- name: Lint and Test
run: |
npm install
npm run lint
npm run test

0 comments on commit 8ef8163

Please sign in to comment.