Skip to content

chore: reorganize npm scripts and rename lint workflow to check #1

chore: reorganize npm scripts and rename lint workflow to check

chore: reorganize npm scripts and rename lint workflow to check #1

Workflow file for this run

name: Check
on:
push:
branches-ignore:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Check:
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Setup Project
uses: ./.github/actions/setup
- name: Check
run: pnpm check