Skip to content

chore: bump @eslint/js from 9.38.0 to 9.39.1 (#954) #1665

chore: bump @eslint/js from 9.38.0 to 9.39.1 (#954)

chore: bump @eslint/js from 9.38.0 to 9.39.1 (#954) #1665

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 Library
run: pnpm test
- name: Check Formatting
run: pnpm prettier --check .
- name: Check Lint
run: pnpm eslint
- name: Package Library
run: pnpm pack