Skip to content

Updating packages. Adding isMet flag to PCP creation. #427

Updating packages. Adding isMet flag to PCP creation.

Updating packages. Adding isMet flag to PCP creation. #427

Workflow file for this run

name: API linting
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, and lint
run: |
npm install
npm run lint
env:
CI: true