Skip to content

Commit

Permalink
Test lint (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke authored Nov 6, 2023
1 parent 8deb7a4 commit c4ebd99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --out-format "github-actions,colored-line-number"

publish:
name: Publish package
Expand Down Expand Up @@ -98,7 +100,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --clean
args: release --clean multiple outputs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
1 change: 0 additions & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//nolint:goerr113
package config

import (
Expand Down

0 comments on commit c4ebd99

Please sign in to comment.