Skip to content

Commit 0682456

Browse files
committed
chore: setup project
1 parent 43de3e3 commit 0682456

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea/

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/golangci/golangci-lint-action-plugin-example
2+
3+
go 1.20

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Golangci-lint-action Example
2+
3+
TODO

0 commit comments

Comments
 (0)