Skip to content

add a simple GitHub Actions CI workflow#46

Open
hawkw wants to merge 4 commits intomainfrom
eliza/ci
Open

add a simple GitHub Actions CI workflow#46
hawkw wants to merge 4 commits intomainfrom
eliza/ci

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