Skip to content

Same shebang for repro and buildinfo #38

Same shebang for repro and buildinfo

Same shebang for repro and buildinfo #38

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update && sudo apt install -y asciidoc
- name: Run make
run: make