Skip to content

fix: fill in some documented gaps with rules that exist #4

fix: fill in some documented gaps with rules that exist

fix: fill in some documented gaps with rules that exist #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn format:check
- run: yarn lint
- run: yarn test