Skip to content

Add submodule: api-oas-checker-rules #799

Add submodule: api-oas-checker-rules

Add submodule: api-oas-checker-rules #799

Workflow file for this run

name: CI (PR on master)
on:
pull_request:
branches:
- master
paths-ignore:
- '*.md'
jobs:
test:
runs-on: 'ubuntu-20.04'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
check-latest: true
cache: yarn
- name: Test rules
run: |
make test
- name: Build ui and test ui
run: |
make all