xref: /OpenGrok/.github/workflows/apiary.yml (revision 4a3cf0cb25498f731207ed4a8a0f9157fd3d7fff)
15562474eSVladimir Kotalname: Check Apiary blueprint
25562474eSVladimir Kotal
356df3cffSVladimir Kotalon:
456df3cffSVladimir Kotal  push:
556df3cffSVladimir Kotal    paths:
656df3cffSVladimir Kotal    - apiary.apib
7*4a3cf0cbSVladimir Kotal    branches:
8*4a3cf0cbSVladimir Kotal    - master
956df3cffSVladimir Kotal  pull_request:
1056df3cffSVladimir Kotal    paths:
1156df3cffSVladimir Kotal    - apiary.apib
125562474eSVladimir Kotal
135562474eSVladimir Kotaljobs:
145562474eSVladimir Kotal  ubuntu:
155562474eSVladimir Kotal    name: Ubuntu
165562474eSVladimir Kotal    runs-on: ubuntu-latest
175562474eSVladimir Kotal    steps:
185562474eSVladimir Kotal    - name: Checkout master branch
195562474eSVladimir Kotal      uses: actions/checkout@v2
201f9da03dSVladimir Kotal    - name: Install drafter
211f9da03dSVladimir Kotal      run: npm install drafter
225562474eSVladimir Kotal    - name: Build
235562474eSVladimir Kotal      run: node dev/parse.js
24