Skip to content

Bump @typescript-eslint/parser from 8.2.0 to 8.4.0 #29

Bump @typescript-eslint/parser from 8.2.0 to 8.4.0

Bump @typescript-eslint/parser from 8.2.0 to 8.4.0 #29

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22.6.0
cache: 'yarn'
- name: Install Dependencies
run: make ci-dependencies
- name: Run checks
run: make check-all
- name: Run Tests
run: make ci-test