Skip to content

Merge pull request #58 from AllenShintani/master #2

Merge pull request #58 from AllenShintani/master

Merge pull request #58 from AllenShintani/master #2

Workflow file for this run

name: Test
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup Node.js
uses: actions/setup-node@v4
with:
node-version: lts
- run: npm install
- run: npm run lint
- run: npm run typecheck