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

add a simple GitHub Actions CI workflow #46

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

add a simple GitHub Actions CI workflow #46

wants to merge 4 commits into from

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Mar 8, 2024

Currently, this repo doesn't have any kind of CI set up to prevent us from merging broken PRs. This has resulted in mistakes, at least on my behalf (sorry). Therefore, this commit adds a quick CI setup for ensuring that the code compiles and that it's been rustfmted correctly.

We don't currently have any tests for the code in Idolatry, but if we add some in the future, we'll want to add a job to run the tests on CI, as well --- right now, it's just cargo check and cargo fmt.

Currently, this repo doesn't have any kind of CI set up to prevent us
from merging broken PRs. This has resulted in mistakes, at least on my
behalf (sorry). Therefore, this commit adds a quick CI setup for
ensuring that the code compiles and that it's been `rustfmt`ed
correctly.

We don't currently have any tests for the code in Idolatry, but if we
add some in the future, we'll want to add a job to run the tests on CI,
as well --- right now, it's just `cargo check` and `cargo fmt`.
@hawkw hawkw requested a review from cbiffle March 8, 2024 17:01
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

license-eye has totally checked 118 files.

Valid Invalid Ignored Fixed
0 18 100 0
Click to see the invalid file list
  • .github/workflows/ci.yml
  • .github/workflows/license-check.yml
  • .rustfmt.toml
  • Cargo.lock
  • Cargo.toml
  • README.mkdn
  • runtime/Cargo.toml
  • runtime/src/lib.rs
  • rust-toolchain.toml
  • src/bin/clienttest.rs
  • src/bin/servertest.rs
  • src/client.rs
  • src/common.rs
  • src/counters.rs
  • src/lib.rs
  • src/serde_helpers.rs
  • src/server.rs
  • src/syntax.rs

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.

1 participant