Let shell expands $HOME in GitHub workflow

Apparently $HOME doesn't get expanded otherwise, resulting in "codespell
not found" error.
This commit is contained in:
Vadim Zeitlin 2020-07-18 19:49:21 +02:00
parent 9f89467ff1
commit 90ac5eeb6a

View File

@ -39,7 +39,5 @@ jobs:
pip3 install --no-warn-script-location codespell==1.17.1 pip3 install --no-warn-script-location codespell==1.17.1
- name: Run codespell - name: Run codespell
env:
CODESPELL: $HOME/.local/bin/codespell
run: | run: |
./misc/scripts/spellcheck CODESPELL=$HOME/.local/bin/codespell ./misc/scripts/spellcheck