Skip to content

Commit

Permalink
Update tags.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tjololo authored Aug 31, 2023
1 parent b4845e0 commit 6d0106c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Lint
run: |
go get golang.org/x/lint/golint
golint ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
- name: Build
run: go build -v .

Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
release_name: v${{ github.ref }}
body: ${{steps.github_release.outputs.changelog}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6d0106c

Please sign in to comment.