Skip to content

Bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.7.1 #2336

Bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.7.1

Bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.7.1 #2336

name: TypeScript Build
on:
pull_request:
types: [opened, synchronize, reopened, assigned, edited, ready_for_review]
push:
workflow_dispatch:
jobs:
tsc:
name: TypeScript Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install node v16
uses: actions/setup-node@v4
with:
node-version: 16
- name: npm install
run: npm install
- name: tsc
uses: icrawl/action-tsc@v1