Skip to content

Git Actions - Settings #2

Git Actions - Settings

Git Actions - Settings #2

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@v4
- name: Install pandoc
run: sudo apt install -y pandoc
- name: Install dependencies
run: make