Skip to content

move switch text so it's not blocking debug text #25

move switch text so it's not blocking debug text

move switch text so it's not blocking debug text #25

Workflow file for this run

on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
- run: yarn
- run: yarn lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
- run: yarn
- run: yarn build