We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4d138 commit 7ae976bCopy full SHA for 7ae976b
1 file changed
.github/workflows/pr.yml
@@ -21,9 +21,6 @@ jobs:
21
repo-token: ${{ secrets.GITHUB_TOKEN }}
22
- name: Install dependencies
23
run: go mod download
24
- - name: Add asdf shims to PATH
25
- run: |
26
- echo "${HOME}/.asdf/shims" >> $GITHUB_PATH
27
- name: Lint
28
run: go vet ./...
29
- name: Run tests
0 commit comments