Skip to content

feat(ligretto): unify card interactions and drag and drop #213

feat(ligretto): unify card interactions and drag and drop

feat(ligretto): unify card interactions and drag and drop #213

name: 'Format and linter check'
on:
pull_request:
branches: [master]
jobs:
check:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v7
- uses: ./.github/actions/prepare-nodejs
name: Prepare Node.js
- name: Check formatting
run: pnpm fmt:check
- name: Check linting
run: pnpm lint:check