Skip to content

fix: Remove duplicate of Random Passwords (#124) #224

fix: Remove duplicate of Random Passwords (#124)

fix: Remove duplicate of Random Passwords (#124) #224

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