Skip to content

LPD-19992 Validate id and name fields according to spec #435

LPD-19992 Validate id and name fields according to spec

LPD-19992 Validate id and name fields according to spec #435

Workflow file for this run

# Based on: https://github.com/actions/starter-workflows/blob/master/ci/node.js.yml
name: ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn ci
- run: ./ck.sh build
env:
CI: true