Skip to content

Bump typescript-eslint from 8.29.1 to 8.30.1 #1421

Bump typescript-eslint from 8.29.1 to 8.30.1

Bump typescript-eslint from 8.29.1 to 8.30.1 #1421

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build-package:
name: Build Package
runs-on: ubuntu-24.04
steps:
- name: Checkout Project
uses: actions/[email protected]
- name: Setup pnpm
uses: threeal/[email protected]
- name: Install Dependencies
run: pnpm install
- name: Build Package
run: pnpm build
- name: Check Diff
run: git diff && git diff-index --quiet --exit-code HEAD