Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Introduce GitHub Actions workflow for linting and building (#1)
* chore: add GitHub Actions workflow to lint and build `.github/workflows/build.yml` runs `rustfmt` and `cargo test` when commits are pushed to the repository, or a PR is made to `main` branch.
- Loading branch information