Skip to content

Commit 34cca2f

Browse files
authored
Merge pull request #16 from diegolnasc/feature/lint
feat: lint workflow
2 parents 5607c97 + ddf42f2 commit 34cca2f

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

cmd/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// Use of this source code is governed by a Apache license.
44
// license that can be found in the LICENSE file.
5+
56
package main
67

78
import (

pkg/config/config.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// Use of this source code is governed by a Apache license.
44
// license that can be found in the LICENSE file.
5+
56
package config
67

78
import (

pkg/github/check.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// Use of this source code is governed by a Apache license.
44
// license that can be found in the LICENSE file.
5+
56
package github
67

78
import (

pkg/github/common.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// Use of this source code is governed by a Apache license.
44
// license that can be found in the LICENSE file.
5+
56
package github
67

78
import (

pkg/github/github.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// Use of this source code is governed by a Apache license.
44
// license that can be found in the LICENSE file.
5+
56
package github
67

78
import (

pkg/github/handler.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// Use of this source code is governed by a Apache license.
44
// license that can be found in the LICENSE file.
5+
56
package github
67

78
import (

pkg/github/issue.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// Use of this source code is governed by a Apache license.
44
// license that can be found in the LICENSE file.
5+
56
package github
67

78
import (

pkg/github/pull_request.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// Use of this source code is governed by a Apache license.
44
// license that can be found in the LICENSE file.
5+
56
package github
67

78
import (

pkg/github/worker.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// Use of this source code is governed by a Apache license.
44
// license that can be found in the LICENSE file.
5+
56
package github
67

78
import (

0 commit comments

Comments
 (0)