Merge branch 'main' of https://github.com/frederikbeimgraben/HSRT-Report
This commit is contained in:
commit
274dfa3a0e
17
.github/workflows/makefile.yml
vendored
Normal file
17
.github/workflows/makefile.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Makefile CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "main" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "main" ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: make
|
||||||
Loading…
Reference in New Issue
Block a user