📝 overwork project infrastructure

Signed-off-by: Niels Lohmann <mail@nlohmann.me>
This commit is contained in:
Niels Lohmann
2026-06-28 22:16:57 +02:00
parent c37f82e563
commit 2063ac0a26
24 changed files with 206 additions and 118 deletions
+2
View File
@@ -43,12 +43,14 @@ jobs:
with:
path: main
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
- name: Checkout tools
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
path: tools
ref: develop
persist-credentials: false
- name: Install astyle
run: |