File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed
Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 11# /* eslint-disable */
2- # name: catalogue-meta-schema-check
3- # on:
4- # push:
5- # branches:
6- # - "main"
7- # pull_request:
2+ name : catalogue-meta-schema-check
3+ on :
4+ push :
5+ branches :
6+ - " main"
7+ pull_request :
88
9- # jobs:
10- # check-catalogue-meta-schema:
11- # runs-on: ubuntu-latest
12- # steps:
13- # - name: Checkout 🛎️
14- 15- # with:
16- # persist-credentials: false
17- # - name: Install pnpm
18- # run: npm install -g pnpm --force
19- # - name: Setup pnpm global bin
20- # run: pnpm setup
21- # - name: Install NX CLI
22- # run: pnpm add -g nx
23- # - name: Install and build 🔧
24- # run: |
25- # pnpm install --frozen-lockfile
26- # nx run-many -t build-catalogue-meta
9+ jobs :
10+ check-catalogue-meta-schema :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - name : Checkout 🛎️
14+ 15+ with :
16+ persist-credentials : false
17+ - name : Install pnpm
18+ run : npm install -g pnpm --force
19+ - name : Setup pnpm global bin
20+ run : pnpm setup
21+ - name : Install NX CLI
22+ run : pnpm add -g nx
23+ - name : Install and build 🔧
24+ run : |
25+ pnpm install --frozen-lockfile
26+ nx run-many -t build-catalogue-meta
You can’t perform that action at this time.
0 commit comments