-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove experimental
login
command (#7)
* fix: removed login command * ci: increase golanglint-ci timeout * docs: added PR template
- Loading branch information
1 parent
0803c29
commit 709a5fa
Showing
4 changed files
with
10 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Describe the Change | ||
|
||
This PR ..... | ||
|
||
## Checklist | ||
|
||
- [ ] Open Source License list updated? Use `make opensource` to update the list. | ||
|
||
- [ ] License header updated? Use `make license` to update the header. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ jobs: | |
- name: Run golangci-lint | ||
uses: golangci/[email protected] | ||
with: | ||
args: -v | ||
args: --verbose --timeout=2m | ||
|
||
compile: | ||
name: Compile validation | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters