Skip to content

Bump typescript-eslint from 8.18.1 to 8.18.2 in the all-dependencies group #42

Bump typescript-eslint from 8.18.1 to 8.18.2 in the all-dependencies group

Bump typescript-eslint from 8.18.1 to 8.18.2 in the all-dependencies group #42

Workflow file for this run

name: Build project
on: pull_request
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "*"
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Build project
run: yarn tsc --noEmit