Skip to content

Bump @typescript-eslint/parser from 8.57.0 to 8.57.2 #196

Bump @typescript-eslint/parser from 8.57.0 to 8.57.2

Bump @typescript-eslint/parser from 8.57.0 to 8.57.2 #196

Workflow file for this run

name: Build and check
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v6
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: 22
cache: yarn
- name: Install dependencies
run: yarn install
- name: Lint source code
run: yarn lint
- name: Build project
run: yarn build