Compare commits

..

1 Commits

Author SHA1 Message Date
75fc72c35d Add action to run validation on every commit
All checks were successful
Validate the build / validate-build (push) Successful in 23s
Adds some flags to the makefile to make it build on alpine with a
different libc
2025-03-31 14:36:15 +02:00

View File

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