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: add CI, pre-commit, rustfmt, and dependabot configs #1

Merged
merged 15 commits into from
Jul 11, 2024
Merged

ci: add CI, pre-commit, rustfmt, and dependabot configs #1

merged 15 commits into from
Jul 11, 2024

Conversation

m4tx
Copy link
Member

@m4tx m4tx commented Jul 5, 2024

No description provided.

@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

@m4tx m4tx requested review from seqre and Iipin July 5, 2024 17:13
@seqre seqre removed their request for review July 10, 2024 20:54
Copy link

@Iipin Iipin left a comment

Choose a reason for hiding this comment

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

looks like enough goodies for bootstrapping a project, lgtm

.github/workflows/pre-commit.yml Outdated Show resolved Hide resolved
push:
pull_request:
schedule:
- cron: "0 0 * * *"
Copy link

Choose a reason for hiding this comment

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

do we need to run actions in this file on a schedule as well?

Copy link
Member

Choose a reason for hiding this comment

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

The idea behind this workflow being run on a schedule is to continuously test the codebase against updates to Rust nightly and dependencies.

@seqre seqre force-pushed the ci branch 5 times, most recently from 1f13581 to e284ea6 Compare July 11, 2024 03:27
@seqre seqre merged commit 15694a1 into master Jul 11, 2024
17 checks passed
@seqre seqre deleted the ci branch July 11, 2024 03:44
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.

4 participants