Install tools required by format.sh on GitHub Actions

The script would silently fail otherwise.
This commit is contained in:
Hugo Locurcio
2020-06-17 23:05:09 +02:00
parent c7391a7e56
commit 532f93fbcc

View File

@@ -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