Skip to content

ISSUEのテンプレートを追加 #576

ISSUEのテンプレートを追加

ISSUEのテンプレートを追加 #576

Workflow file for this run

name: jest
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn --frozen-lockfile
- run: yarn test