add github workflow

This commit is contained in:
Quinn
2025-03-04 15:04:20 +01:00
committed by GitHub
parent a651eab53f
commit 090ad29706

16
.github/workflows/validate.yml vendored Normal file
View File

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