Skip to content

fix(rig-eslint): raise max-patch-files limit to 100 (#139) #352

fix(rig-eslint): raise max-patch-files limit to 100 (#139)

fix(rig-eslint): raise max-patch-files limit to 100 (#139) #352

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions:
contents: read
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Use Node.js
uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint
- name: Test
run: npm test