Skip to content

Publishing workflow

Publishing workflow #1

Workflow file for this run

name: Build Pull Request
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/dash-industry-forum/dashif-specs:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
steps:
- uses: actions/checkout@v4
- name: Build
env:
# Reset OPTS to empty to make sure we are not using
# interactive mode in CI
OPTS:
run: make -f /tools/Makefile spec SRC=DASH-IF-Ingest.bs.md NAME=Ingest
- name: Archive
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/