Skip to content

CI#8

Merged
felipebalbi merged 4 commits intoOpenDevicePartnership:mainfrom
felipebalbi:ci
Feb 26, 2025
Merged

CI#8
felipebalbi merged 4 commits intoOpenDevicePartnership:mainfrom
felipebalbi:ci

Conversation

@felipebalbi
Copy link
Contributor

Enable CI for tmp108 driver.

Felipe Balbi added 4 commits February 26, 2025 08:09
Do not depend on a global wildcard import, make sure tests import what
they need.

Signed-off-by: Felipe Balbi <febalbi@microsoft.com>
We want to know the MSRV so CI can verify that the crate still builds
with that rust version.

Signed-off-by: Felipe Balbi <febalbi@microsoft.com>
Prior to enabling CI, let's make sure all clippy warnings are
corrected.

Signed-off-by: Felipe Balbi <febalbi@microsoft.com>
Let CI run

Signed-off-by: Felipe Balbi <febalbi@microsoft.com>
@felipebalbi felipebalbi added the enhancement New feature or request label Feb 26, 2025
@felipebalbi felipebalbi self-assigned this Feb 26, 2025
@felipebalbi felipebalbi merged commit e15eab4 into OpenDevicePartnership:main Feb 26, 2025
@felipebalbi felipebalbi deleted the ci branch February 26, 2025 16:14
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

.github/workflows/rolling.yml:53

  • The 'msrv' job in the rolling workflow uses '${{ matrix.commit }}' in the job name and subsequent checkout steps even though it is not defined in the matrix; consider adding it to the matrix or removing the reference.
name: ubuntu / ${{ matrix.msrv }} (${{ matrix.commit }})

- uses: actions/checkout@v4
with:
submodules: true
ref: ${{ matrix.commit }}
Copy link

Copilot AI Feb 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 'hack' job references '${{ matrix.commit }}' in its checkout step without defining a matrix; consider adding a commit variable to the matrix or replacing the reference with a valid commit identifier.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants