Skip to content

chore(deps-dev): bump @eslint/js from 9.13.0 to 9.17.0 #127

chore(deps-dev): bump @eslint/js from 9.13.0 to 9.17.0

chore(deps-dev): bump @eslint/js from 9.13.0 to 9.17.0 #127

Workflow file for this run

name: CI
on: [push]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
name: Setup node
with:
node-version: 20.x
cache: yarn
- name: Setup limit watchers
run: sudo sysctl -w fs.inotify.max_user_watches=524288
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run lint
run: yarn lint
- name: Run tests
run: yarn test