Skip to content

chore(deps-dev): bump @commitlint/cli from 21.2.1 to 21.2.2 #14

chore(deps-dev): bump @commitlint/cli from 21.2.1 to 21.2.2

chore(deps-dev): bump @commitlint/cli from 21.2.1 to 21.2.2 #14

Workflow file for this run

name: Validate
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: validate-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
name: Validate data
if: ${{ github.event_name != 'push' || (!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')) }}
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Setup pnpm
uses: pnpm/action-setup@v6
with:
version: 11.9.0
run_install: false
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 24
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Validate data
run: pnpm run validate