Skip to content

build: bump node to v24 #77

build: bump node to v24

build: bump node to v24 #77

name: Check Formatting
on:
merge_group:
pull_request:
concurrency:
group: pr-${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
check_formatting:
name: check_formatting:required
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup PNPM
uses: ./actions/setup-pnpm
- name: Check formatting
run: pnpm run format:check