8000 issue#48: fix for broken internal ref · CiscoDevNet/api-insights-openapi-rulesets@b6137f7 · GitHub
[go: up one dir, main page]

Skip to content

issue#48: fix for broken internal ref #111

issue#48: fix for broken internal ref

issue#48: fix for broken internal ref #111

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: install dependencies
run: npm install
- name: test
run: npm test
0