refactor #1 + adding documentation
Validate source documentation / generated-wiki (pull_request) Failing after 10s
Validate source documentation / generated-wiki (pull_request) Failing after 10s
This commit is contained in:
@@ -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^
|
||||
@@ -22,6 +22,8 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Verify generated developer Wiki
|
||||
run: ./scripts/docs/generate-wiki.py --check
|
||||
- name: Install metadata dependencies
|
||||
run: sudo apt-get update && sudo apt-get install --yes jq
|
||||
- name: Read release configuration
|
||||
|
||||
Reference in New Issue
Block a user