Skip to content

feat: 令和8年熊本地震の紙マップを追加する #260

feat: 令和8年熊本地震の紙マップを追加する

feat: 令和8年熊本地震の紙マップを追加する #260

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
test:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- run: yarn install
- run: yarn test:unit