Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.6.0 #190

chore(deps-dev): bump eslint from 8.57.0 to 9.6.0

chore(deps-dev): bump eslint from 8.57.0 to 9.6.0 #190

Workflow file for this run

name: "Continuous Integration"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Run linter
run: yarn lint
- name: Run tests
run: yarn test