Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs job for Github workflowsanthology | Rory Dudley | 2024-06-30 | 1 | -0/+18 |
| | | | | Add a job for Github workflows that tests building the documentation. | ||||
* | Change runner typegha | Rory Dudley | 2024-02-29 | 1 | -3/+3 |
| | | | | The 'debian-latest' isn't a real runner, so change to 'ubuntu-latest'. | ||||
* | Github actions | Rory Dudley | 2024-02-29 | 1 | -0/+59 |
Add a yaml file to run `cargo check`, `cargo fmt`, and `cargo test`, every time a branch is pushed, or every time a pull request is made. |