Skip to content

Commit

Permalink
Merge pull request #336 from yuzinet/add-path-command-disable-fix-lin…
Browse files Browse the repository at this point in the history
…t.yml

fix lint.yml for disable add-path command
  • Loading branch information
uetchy authored Mar 24, 2021
2 parents 7d1665b + 0686d21 commit 1fc7b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Setup reviewdog
run: |
mkdir -p $HOME/bin && curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b $HOME/bin
echo ::add-path::$HOME/bin
echo ::add-path::$(go env GOPATH)/bin # for Go projects
echo "$HOME/bin" >> $GITHUB_PATH
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH # for Go projects
- name: Install dependencies
run: yarn --frozen-lockfile
Expand Down

0 comments on commit 1fc7b59

Please sign in to comment.