Skip to content

fix: linting issues

fix: linting issues #4

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
name: Install, lint and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install
- run: yarn lint
- run: yarn build