Skip to content

Commit 5562474

Browse files
author
Vladimir Kotal
committed
add Apiary check
1 parent 648c75b commit 5562474

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/apiary.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Check Apiary blueprint
2+
3+
# TODO: restrict path to apiary.apib
4+
on: [push, pull_request]
5+
6+
jobs:
7+
ubuntu:
8+
name: Ubuntu
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout master branch
12+
uses: actions/checkout@v2
13+
- name: Build
14+
run: node dev/parse.js

0 commit comments

Comments
 (0)