Skip to content

chore: fix linting by autofix and changing config #2

chore: fix linting by autofix and changing config

chore: fix linting by autofix and changing config #2

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: 20
- run: yarn install
- run: yarn lint