Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d270810 + b627608 commit f919e1cCopy full SHA for f919e1c
1 file changed
.github/workflows/reviewdog.yml
@@ -18,11 +18,11 @@ jobs:
18
19
- name: Set up reviewdog
20
run: |
21
- mkdir -p $HOME/bin
+ mkdir -p "$HOME/bin"
22
curl -sfL \
23
https://github.com/reviewdog/reviewdog/raw/master/install.sh | \
24
- sh -s -- -b $HOME/bin
25
- echo ::add-path::$HOME/bin
+ sh -s -- -b "$HOME/bin"
+ echo "$HOME/bin" >> $GITHUB_PATH
26
27
- name: Run flake8
28
env:
0 commit comments