🤖 ci: #107 Add test to code check workflow

This commit is contained in:
Nathan Smith 2024-04-23 00:00:21 -04:00
parent fae232cba4
commit 8ef8163425

View file

@ -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