refactor #1 + adding documentation (#36)
Build and publish release / metadata (push) Successful in 44s
Build and publish release / create-release (push) Successful in 49s
Build and publish release / publish-release (push) Canceled after 0s
Build and publish release / build (push) Canceled after 7m44s

Reviewed-on: #36
Co-authored-by: Koda YeenBean <n122330@gmail.com>
This commit was merged in pull request #36.
This commit is contained in:
2026-07-19 21:26:28 +01:00
committed by Koda
parent db81260d7f
commit 3fcd99af1f
31 changed files with 4068 additions and 2598 deletions
+20
View File
@@ -0,0 +1,20 @@
name: Validate source documentation
on:
pull_request:
workflow_dispatch:
permissions:
code: read
jobs:
generated-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Check generated Gitea Wiki pages
run: ./scripts/docs/generate-wiki.py --check
- name: Check patch whitespace
run: git diff --check HEAD^