implement workflows for the most part

workflows fail immediately when pushing, started filling them.
"validate" currently has a placeholder, "release" is still unable to
compile due to the clang dependency.
Will fix these in the next commit.
This commit is contained in:
Quinn
2025-04-07 15:58:26 +02:00
committed by Quinn
parent 7a64aefcac
commit 3cf141e988
2 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
name: release
on:
push:
branches:
- dev
- $default-branch
pull_request:
branches:
- dev
- $default-branch
jobs:
tmp:
runs-on: ubuntu-latest
steps:
- run: echo Hello, World