Skip to content
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: Refactor GitHub workflows #236

Merged
merged 3 commits into from
Jan 8, 2024
Merged

Conversation

huitseeker
Copy link
Member

@huitseeker huitseeker commented Jan 5, 2024

@huitseeker huitseeker changed the title Refactor GitHub workflows ci: Refactor GitHub workflows Jan 5, 2024
@huitseeker huitseeker marked this pull request as ready for review January 5, 2024 15:13
- The pull request introduces predefined GitHub actions for CI env setup from `lurk-lab/ci-workflows` to simplify the existing Rust action workflow,
- A new workflow for generating and deploying crate docs has been added, triggering on push to the `dev` branch and on changes in Rust and Cargo files.
- Updates have been made to the dependabot configuration to enable 'minor' and 'patch' types for rust dependencies.
- Lastly, a new nightly workflow is set up for sanity checks, including jobs to examine unused dependencies and verify rust version.
samuelburnham
samuelburnham previously approved these changes Jan 5, 2024
@huitseeker huitseeker marked this pull request as draft January 5, 2024 17:25
@huitseeker huitseeker marked this pull request as ready for review January 5, 2024 18:59
@huitseeker huitseeker marked this pull request as draft January 5, 2024 20:14
@huitseeker huitseeker marked this pull request as ready for review January 8, 2024 19:52
samuelburnham
samuelburnham previously approved these changes Jan 8, 2024
@@ -26,6 +19,10 @@ jobs:
env:
RUSTFLAGS: -D warnings
Copy link
Member

Choose a reason for hiding this comment

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

Nit: this can be removed as part of the ci-env action

@huitseeker huitseeker added this pull request to the merge queue Jan 8, 2024
Merged via the queue into lurk-lab:dev with commit f8771a2 Jan 8, 2024
9 checks passed
@huitseeker huitseeker deleted the ci-maintenance branch January 8, 2024 20:47
huitseeker pushed a commit to huitseeker/arecibo that referenced this pull request Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants