File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- name : Lint and Test package
1
+ name : Lint and Test
2
2
3
3
on :
4
4
pull_request :
Original file line number Diff line number Diff line change 178
178
APPENDIX: How to apply the Apache License to your work.
179
179
180
180
To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "[] "
181
+ boilerplate notice, with the fields enclosed by brackets "{} "
182
182
replaced with your own identifying information. (Don't include
183
183
the brackets!) The text should be enclosed in the appropriate
184
184
comment syntax for the file format. We also recommend that a
185
185
file or class name and description of purpose be included on the
186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright [ yyyy] [ name of copyright owner]
189
+ Copyright { yyyy} { name of copyright owner}
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 2
2
3
3
A GitLab API client enabling Go programs to interact with GitLab in a simple and uniform way
4
4
5
- [ ![ Build Status] ( https://travis-ci.org/xanzy/go-gitlab.svg?branch=master )] ( https://travis-ci.org/xanzy/go-gitlab )
6
- [ ![ GitHub license] ( https://img.shields.io/github/license/xanzy/go-gitlab.svg )] ( https://github.com/xanzy/go-gitlab/blob/master/LICENSE )
5
+ [ ![ Build Status] ( https://github.com/xanzy/go-gitlab/workflows/Lint%20and%20Test/badge.svg )] ( https://github.com/xanzy/go-gitlab/actions?workflow=Lint%20and%20Test )
7
6
[ ![ Sourcegraph] ( https://sourcegraph.com/github.com/xanzy/go-gitlab/-/badge.svg )] ( https://sourcegraph.com/github.com/xanzy/go-gitlab?badge )
8
7
[ ![ GoDoc] ( https://godoc.org/github.com/xanzy/go-gitlab?status.svg )] ( https://godoc.org/github.com/xanzy/go-gitlab )
9
8
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/xanzy/go-gitlab )] ( https://goreportcard.com/report/github.com/xanzy/go-gitlab )
10
- [ ![ GitHub issues] ( https://img.shields.io/github/issues/xanzy/go-gitlab.svg )] ( https://github.com/xanzy/go-gitlab/issues )
11
9
12
10
## NOTE
13
11
You can’t perform that action at this time.
0 commit comments