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:
parent
9f89467ff1
commit
90ac5eeb6a
4
.github/workflows/code_checks.yml
vendored
4
.github/workflows/code_checks.yml
vendored
@ -39,7 +39,5 @@ jobs:
|
||||
pip3 install --no-warn-script-location codespell==1.17.1
|
||||
|
||||
- name: Run codespell
|
||||
env:
|
||||
CODESPELL: $HOME/.local/bin/codespell
|
||||
run: |
|
||||
./misc/scripts/spellcheck
|
||||
CODESPELL=$HOME/.local/bin/codespell ./misc/scripts/spellcheck
|
||||
|
Loading…
Reference in New Issue
Block a user