File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 6161 - run : npm ci
6262 - run : ./node_modules/.bin/cross-env NODE_ENV=ci npm run declarations:lint
6363 - run : ./node_modules/.bin/cross-env NODE_ENV=ci npm run declarations:validate:schema
64+
65+ validate_metadata :
66+ strategy :
67+ matrix :
68+ operating_system :
69+ - ubuntu-22.04
70+ - windows-latest
71+ - macos-latest
72+ fail-fast : false
73+
74+ runs-on : ${{ matrix.operating_system }}
75+
76+ steps :
77+ - run : |
78+ git config --global core.autocrlf false
79+ - uses : actions/checkout@v4
80+ - uses : actions/checkout@v4
81+ with :
82+ repository : OpenTermsArchive/demo-declarations
83+ path : ./demo-declarations
84+ - uses : actions/setup-node@v4
85+ with :
86+ node-version : 20
87+ - run : cd ./demo-declarations && npm install
88+ - run : npm ci
89+ - run : ./node_modules/.bin/cross-env NODE_ENV=ci npm run metadata:validate
You can’t perform that action at this time.
0 commit comments