Skip to content

Fix Github Build Action Badge #12

Fix Github Build Action Badge

Fix Github Build Action Badge #12

Workflow file for this run

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@v4
- name: Install drafter
run: npm install drafter
- name: Build
run: node dev/parse.js