Skip to content

Commit

Permalink
test: add asdf setup to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
x86taka committed Jul 23, 2024
1 parent ce346f5 commit a93edb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1
- name: install asdf & tools
uses: asdf-vm/actions/install@v3.0.2
- name: build
run: make build
- name: testing
Expand Down

0 comments on commit a93edb3

Please sign in to comment.