Skip to content

Bump typescript-eslint from 8.45.0 to 8.46.2 #1400

Bump typescript-eslint from 8.45.0 to 8.46.2

Bump typescript-eslint from 8.45.0 to 8.46.2 #1400

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build-library:
name: Build Library
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: Check Types
run: pnpm tsc
- name: Test Libarry
run: pnpm test
- name: Check Formatting
run: pnpm prettier --check .
- name: Check Lint
run: pnpm eslint
- name: Package Libarry
run: pnpm pack