Skip to content

Commit 7051103

Browse files
committed
Uncomment workflow configuration for catalogue metadata schema check
1 parent 5de57fb commit 7051103

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
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-
# uses: actions/[email protected]
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+
uses: actions/[email protected]
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

0 commit comments

Comments
 (0)