Compare commits

..

1 Commits

Author SHA1 Message Date
1ae20b9ee1 Add action to run validation on every commit
All checks were successful
Validate the build / Validate-With-Modern-Clang (push) Successful in 33s
Adds some flags to the makefile to make it build on alpine with a
different libc
2025-03-31 13:38:58 +02:00

View File

@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is validating code with clang 19
on: [push]
jobs:
validate-build:
Validate-With-Modern-Clang:
runs-on: ubuntu-latest
container:
image: node:18-alpine