Skip to content

Merge branch 'main' into feat/hyphen #1363

Merge branch 'main' into feat/hyphen

Merge branch 'main' into feat/hyphen #1363

Workflow file for this run

name: Lint
on:
push
jobs:
code:
runs-on: ubuntu-latest
name: Lint code and MDX files
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm gen-collections
- run: pnpm check