Skip to content

Merge pull request #71 from AllenShintani/edison-feature-69 #7

Merge pull request #71 from AllenShintani/edison-feature-69

Merge pull request #71 from AllenShintani/edison-feature-69 #7

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: latest
- run: npm install
- run: npm run lint
- run: npm run type-check