Skip to content

Partial checks documentation (#168) #332

Partial checks documentation (#168)

Partial checks documentation (#168) #332

Workflow file for this run

name: Lint API Blueprint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '12.x'
- name: Install dependencies
run: npm ci
- run: npm run lint