Skip to content

Commit

Permalink
try ::add-path
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 15, 2019
1 parent 44d981d commit 269fcdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reviewdog.yml
Expand Up @@ -25,6 +25,11 @@ jobs:
- name: Install linters
run: '( cd linters && go get golang.org/x/lint/golint )'

- name: Add $GOPATH/bin
run: |
echo ::add-path::$(go env GOPATH)
echo $PATH
- name: Setup reviewdog
run: |
echo $PATH
Expand Down

0 comments on commit 269fcdb

Please sign in to comment.