Skip to content

v2.1.1

v2.1.1 #7

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'
- name: Lint Code
run: |
yarn install --frozen-lockfile
yarn lint