Skip to content

ユニットテストとLintを調整 #306

ユニットテストとLintを調整

ユニットテストとLintを調整 #306

Workflow file for this run

name: Integration UnitTest
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm run test