File tree 2 files changed +1
-19
lines changed
2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 28
28
uses : shogo82148/actions-goveralls@v1
29
29
with :
30
30
path-to-profile : coverage.out
31
-
32
- Lint :
33
- name : Lint checks
34
- runs-on : ubuntu-latest
35
- steps :
36
- - name : Checkout
37
- uses : actions/checkout@v2
38
- with :
39
- fetch-depth : 0
40
- - name : Set up Go 1.21
41
- uses : actions/setup-go@v2
42
- with :
43
- go-version : 1.21
44
- - name : golangci-lint
45
- uses : golangci/golangci-lint-action@v3
46
- with :
47
- # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
48
- version : v1.50.1
Original file line number Diff line number Diff line change @@ -153,6 +153,6 @@ func TestRunPkg(t *testing.T) {
153
153
assert .Equal (t , err , nil )
154
154
resStr := strings .ReplaceAll (buf .String (), "\r \n " , "" )
155
155
resStr = strings .ReplaceAll (resStr , "\n " , "" )
156
-
156
+
157
157
assert .Equal (t , resStr , "The_first_kcl_program: Hello World!" )
158
158
}
You can’t perform that action at this time.
0 commit comments