Skip to content

Commit

Permalink
fix: fix .golangci.yml linting commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dharsanb committed Dec 15, 2024
1 parent 932af5f commit 2afa2ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v5
Expand Down
6 changes: 5 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
output:
format: line-number
formats:
- format: line-number

linters:
enable:
Expand All @@ -24,3 +25,6 @@ linters:

run:
timeout: 2m

issues:
new-from-rev: "490e245"

0 comments on commit 2afa2ef

Please sign in to comment.