Skip to content

chore: bump typescript-eslint from 8.18.0 to 8.18.1 (#477) #380

chore: bump typescript-eslint from 8.18.0 to 8.18.1 (#477)

chore: bump typescript-eslint from 8.18.0 to 8.18.1 (#477) #380

Workflow file for this run

name: Check
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
check-package:
name: Check Package
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Setup Node.js
uses: actions/setup-node@v4.1.0
with:
node-version-file: .nvmrc
- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0
- name: Check Format
run: yarn format
- name: Check Diff
run: git diff && git diff-index --quiet --exit-code HEAD
- name: Check Lint
run: yarn lint