Skip to content

Bump eslint from 10.6.0 to 10.7.0 #420

Bump eslint from 10.6.0 to 10.7.0

Bump eslint from 10.6.0 to 10.7.0 #420

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v7.0.0
- name: Setup Lefthook
uses: threeal/setup-lefthook-action@v1.0.0
- name: Setup pnpm
uses: threeal/setup-pnpm-action@v2.0.0
- name: Check pre-commit hook
run: lefthook run pre-commit --all-files
- name: Test
run: pnpm vitest run
- name: Package
run: pnpm pack