10XGenomics / thermite

Spliced short read aligner implemented in Rust
8 stars 1 forks source link

Add gh action workflow #10

Closed emreerhan closed 3 years ago

emreerhan commented 3 years ago

Run cargo fmt -- --check to verify that the code is correctly formatted. Run cargo check to verify that the code compiles.

emreerhan commented 3 years ago

Hm not sure why cargo fmt failed in the check. It says:

Error during execution of `cargo metadata`: error: could not find `Cargo.toml` in `/home/runner/work/thermite/thermite` or any parent directory

However there is a Cargo.toml in the root directory.