Skip to content

add rule for multi-version and operation-id-required-uniq-verb-noun #69

add rule for multi-version and operation-id-required-uniq-verb-noun

add rule for multi-version and operation-id-required-uniq-verb-noun #69

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