Skip to content

Merge branch 'main' into refactor/use-is-composing-store #1519

Merge branch 'main' into refactor/use-is-composing-store

Merge branch 'main' into refactor/use-is-composing-store #1519

Workflow file for this run

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