Skip to content

Update comment to reflect new change in api token creation (#154) #289

Update comment to reflect new change in api token creation (#154)

Update comment to reflect new change in api token creation (#154) #289

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