Skip to content

Commit

Permalink
disable lint check in ci for now
Browse files Browse the repository at this point in the history
  • Loading branch information
emicklei committed Jul 29, 2022
1 parent ef3520b commit e07259d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
examples/examples
.vscode
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ before_install:
script:
- go mod vendor
- go mod download
- make lint-ci
# - make lint-ci
- make test

0 comments on commit e07259d

Please sign in to comment.