ci: add initial CI build test
Some checks failed
build / build (push) Failing after 6s

Adding initial test workflow for building the project.
This commit is contained in:
Robert Morrison 2024-07-03 21:32:48 +01:00
parent e6d424104f
commit efb1efeb71
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -0,0 +1,15 @@
name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run make
run: make