Skip to content

update changelog

update changelog #970

# /* eslint-disable */
name: catalogue-meta-schema-check
on:
push:
branches:
- "main"
pull_request:
jobs:
check-catalogue-meta-schema:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
- name: Install pnpm
run: npm install -g pnpm --force
- name: Setup pnpm global bin
run: pnpm setup
- name: Install and build 🔧
run: |
pnpm install --frozen-lockfile
npx nx run-many -t build-catalogue-meta