Skip to content

Add testing/CI/linting #5

Add testing/CI/linting

Add testing/CI/linting #5

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: 23
- run: yarn install
- run: yarn run lint