1
1
mirror of https://github.com/walles/moar.git synced 2024-08-17 16:00:22 +03:00
Johan Walles 2022-12-19 10:24:55 +01:00
parent 4c1e8c742e
commit 0422568939

View File

@ -16,10 +16,11 @@ jobs:
- name: Install golangci-lint
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v1.50.1
# Required for the golangci-lint that we just installed to work. Also
# gives us some caching.
# Source: https://www.scivision.dev/github-actions-path-append/
#
# Required for the golangci-lint that we just installed to work.
- name: Add GOPATH/bin to PATH
uses: actions/setup-go@v3
run: echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
- name: Check out repository code
uses: actions/checkout@v2