8000 reduced the scope of the PR to minimize maintenance work of API Insights, added changelog, passes CI tests · CiscoDevNet/api-insights-openapi-rulesets@2d937ec · GitHub
[go: up one dir, main page]

Skip to content

Updates to the multi-version fonction and 'contract.js' ruleset #107

Updates to the multi-version fonction and 'contract.js' ruleset

Updates to the multi-version fonction and 'contract.js' ruleset #107

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