Added system/ping endpoint to the list of apis accesible outside localhost #94
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Apiary blueprint | |
on: | |
push: | |
paths: | |
- apiary.apib | |
branches: | |
- master | |
pull_request: | |
paths: | |
- apiary.apib | |
jobs: | |
ubuntu: | |
name: Ubuntu | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout master branch | |
uses: actions/checkout@v2 | |
- name: Install drafter | |
run: npm install drafter | |
- name: Build | |
run: node dev/parse.js |