Skip to content

Commit

Permalink
Install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuoza committed Nov 11, 2021
1 parent 1299d45 commit 2e48285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Get dependencies
run: go mod download
run: make install

- name: lint
run: make lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2.4.0

- name: Get dependencies
run: go mod download
run: make install

- name: lint
run: make lint
Expand Down

0 comments on commit 2e48285

Please sign in to comment.