Skip to content

move make workflow to checkout v4 #3

move make workflow to checkout v4

move make workflow to checkout v4 #3

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
with:
submodules: recursive
- name: Compile
run: make
- name: Test
run: make test