-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change travisCI to Github Actions #172
Conversation
sonatard
commented
Apr 24, 2020
•
edited
Loading
edited
- Update golangci-lint v1.25.0
- Change travisCI to Github Actions
- Executing Github Actions on this PR
- Use imports.Process() instead of format.Source()
あれ Github Actions動かない |
@lestrrat SettingでGithub Actionsが有効になっているか確認して頂いてもいいですか? |
ありがとうございます 👍 |
Github Actions動かない件 解決しました 462be2e |
462be2e のコミットメッセージがYAML MUST DIEじゃないのが残念w |
@lestrrat imports.Processの件も無事解決しました レビューお願いしますー! |
.github/workflows/ci.yml
Outdated
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
go: [ '1.14', '1.13' ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go tipもテストしたいです!(tipがあることで 新しい機能でぶっ壊れた、いたいなのに追従できるので)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tip だけどうにかなるとうれしい。あとはLGTMです!
@lestrrat 無事tipで動きました! PATH通すのには単純にexportするのではなくGithub Actions固有の方言が必要でした
|
ありがたや〜ありがたや〜 |
レビューありがとうございましたー! |