Skip to content

fix: lint errors failing #3

fix: lint errors failing

fix: lint errors failing #3

Workflow file for this run

name: Lint and Prettier
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci
- run: npx eslint .
- run: npx prettier --check .