Skip to content

Bump @typescript-eslint/parser from 8.1.0 to 8.3.0 #345

Bump @typescript-eslint/parser from 8.1.0 to 8.3.0

Bump @typescript-eslint/parser from 8.1.0 to 8.3.0 #345

Workflow file for this run

name: Lint
on:
push:
pull_request:
types: [opened]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Prepare (lint)
run: "yarn install"
- name: Check (lint)
run: "yarn lint"
build:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Prepare (build)
run: "yarn install"
- name: Check (build)
run: "yarn build"