Skip to content

Sync with base

Sync with base #49

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
- main
jobs:
lint:
name: Lint
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 24.x
cache: 'pnpm'
- name: Installation
run: pnpm i
- name: Prettier Code
run: pnpm run format:diff
# - name: Lint Catalog (EventCatalog Linter)
# run: pnpm run lint:catalog