Skip to content

Simplified ci for this since this project does not require any buil… #15

Simplified ci for this since this project does not require any buil…

Simplified ci for this since this project does not require any buil… #15

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: yarn install
- run: npm run lint