Skip to content

fix lint errors

fix lint errors #75

Workflow file for this run

name: Lint Checks
on: [push]
jobs:
ci:
name: Lint using ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Installing dependencies
run: yarn install --frozen-lockfile
- name: Run ESLint
run: yarn eslint .