mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Replace remaining uses of shorthand codeblock syntax, add CI check
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -19,6 +19,10 @@ jobs:
|
||||
- name: Style checks via pre-commit
|
||||
uses: pre-commit/action@v3.0.1
|
||||
|
||||
- name: Custom RST checks (check-rst.sh)
|
||||
run: |
|
||||
bash ./_tools/check-rst.sh
|
||||
|
||||
- name: Get Python version
|
||||
id: pythonv
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user