Commit 2800c56 1 parent 5607c97 commit 2800c56 Copy full SHA for 2800c56
File tree 10 files changed +28
-0
lines changed
10 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ on : [push, pull_request]
2
+ name : linter
3
+
4
+ jobs :
5
+ lint :
6
+ strategy :
7
+ matrix :
8
+ go-version : [1.x]
9
+ platform : [ubuntu-latest]
10
+ runs-on : ${{ matrix.platform }}
11
+
12
+ steps :
13
+ - uses : actions/checkout@v2
14
+
15
+ - name : golangci-lint
16
+ uses : golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018 # v2.5.2
17
+ with :
18
+ version : v1.41
19
+ args : --verbose
Original file line number Diff line number Diff line change 2
2
3
3
// Use of this source code is governed by a Apache license.
4
4
// license that can be found in the LICENSE file.
5
+
5
6
package main
6
7
7
8
import (
Original file line number Diff line number Diff line change 2
2
3
3
// Use of this source code is governed by a Apache license.
4
4
// license that can be found in the LICENSE file.
5
+
5
6
package config
6
7
7
8
import (
Original file line number Diff line number Diff line change 2
2
3
3
// Use of this source code is governed by a Apache license.
4
4
// license that can be found in the LICENSE file.
5
+
5
6
package github
6
7
7
8
import (
Original file line number Diff line number Diff line change 2
2
3
3
// Use of this source code is governed by a Apache license.
4
4
// license that can be found in the LICENSE file.
5
+
5
6
package github
6
7
7
8
import (
Original file line number Diff line number Diff line change 2
2
3
3
// Use of this source code is governed by a Apache license.
4
4
// license that can be found in the LICENSE file.
5
+
5
6
package github
6
7
7
8
import (
Original file line number Diff line number Diff line change 2
2
3
3
// Use of this source code is governed by a Apache license.
4
4
// license that can be found in the LICENSE file.
5
+
5
6
package github
6
7
7
8
import (
Original file line number Diff line number Diff line change 2
2
3
3
// Use of this source code is governed by a Apache license.
4
4
// license that can be found in the LICENSE file.
5
+
5
6
package github
6
7
7
8
import (
Original file line number Diff line number Diff line change 2
2
3
3
// Use of this source code is governed by a Apache license.
4
4
// license that can be found in the LICENSE file.
5
+
5
6
package github
6
7
7
8
import (
Original file line number Diff line number Diff line change 2
2
3
3
// Use of this source code is governed by a Apache license.
4
4
// license that can be found in the LICENSE file.
5
+
5
6
package github
6
7
7
8
import (
You can’t perform that action at this time.
0 commit comments