Skip to content

Add new shop musashiya #17

Add new shop musashiya

Add new shop musashiya #17

Workflow file for this run

name: ci
on:
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: npm run build
- run: npm run test
- run: npm run validate