Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.61.0 to 8.62.1 #294

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.61.0 to 8.62.1

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.61.0 to 8.62.1 #294

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@v7
- name: Set up Node
uses: actions/setup-node@v7
with:
node-version: 24
cache: yarn
- name: Install dependencies
run: yarn install
- name: Lint source code
run: yarn lint
- name: Build project
run: yarn build