Skip to content

Commit

Permalink
Move .golangci.yml from workflows dir
Browse files Browse the repository at this point in the history
  • Loading branch information
varfrog committed Jul 11, 2024
1 parent 0d7ebac commit fe807a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
args: --config .github/workflows/.golangci.yml --new-from-rev ${{ env.BASE_BRANCH }}
args: --config .github/.golangci.yml --new-from-rev ${{ env.BASE_BRANCH }}

0 comments on commit fe807a2

Please sign in to comment.