Skip to content

Merge pull request #126 from archlinux/fix-makepkg-conf #34

Merge pull request #126 from archlinux/fix-makepkg-conf

Merge pull request #126 from archlinux/fix-makepkg-conf #34

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