mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Install tools required by format.sh on GitHub Actions
The script would silently fail otherwise.
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -10,6 +10,9 @@ jobs:
|
||||
|
||||
- name: Lint and build documentation
|
||||
run: |
|
||||
# Install tools used by `_tools/format.sh`.
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -qq dos2unix recode
|
||||
# Append the `PATH` so we can run `codespell`.
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user