-
Notifications
You must be signed in to change notification settings - Fork 14
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
ci: split lint and unit_tests #628
Conversation
Visit the preview URL for this PR (updated for commit 40f9aeb): https://golioth-firmware-sdk-doxygen-dev--pr628-split-list-uni-djh7twe3.web.app (expires Tue, 08 Oct 2024 06:18:31 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: a9993e61697a3983f3479e468bcb0b616f9a0578 |
21b21e1
to
7b765da
Compare
Code Coverage (Linux)
|
7b765da
to
282f5ba
Compare
- name: Checkout repository and submodules | ||
uses: actions/checkout@v4 | ||
with: | ||
submodules: 'recursive' |
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.
I think we can avoid checking out submodules for the lint step.
282f5ba
to
521fbe2
Compare
91ec388
to
21c56c6
Compare
Both are not related to each other and they should be split into separate jobs. Signed-off-by: Marcin Niestroj <[email protected]>
21c56c6
to
40f9aeb
Compare
Both are not related to each other and they should be split into separate
jobs.