-
Notifications
You must be signed in to change notification settings - Fork 455
Add Lint CI config #70
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
Conversation
| - '.github/workflows/driver-cross-build.yml' | ||
|
|
||
| jobs: | ||
| build: |
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.
Lintをワークフローではなくジョブにして、Lintが失敗したらクロスビルドをキャンセルするように変更するのはどうでしょうか?
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.
ShotaAk
left a comment
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.
lintのジョブ化ありがとうございます。動作良いと思います。


What does this implement/fix?
rtmouse.cのコメント内のバージョンとMODULE_VERSIONが一致しているかを確認しますDoes this close any currently open issues?
しません
How has this been tested?
本PR内で確認しています。
clang-format未適用のままpushする

https://github.com/rt-net/RaspberryPiMouse/runs/3006491277
rtmouse.cのコメント内のバージョンとMODULE_VERSIONが一致していない状態でpushするhttps://github.com/rt-net/RaspberryPiMouse/runs/3006508043
Any other comments?
Checklists