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.
1 parent d270810 commit b627608Copy full SHA for b627608
.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