Skip to content

Feat/2.0.1

Feat/2.0.1 #58

Workflow file for this run

on: pull_request
jobs:
lint_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: '20.11'
- run: yarn
- run: yarn lint:check
- run: yarn test
- run: yarn build