Commit graph

11 commits

Author SHA1 Message Date
Dustin J. Mitchell
2b1ad12a79
Add cargo-semver-checks (#59) 2024-11-17 17:59:39 -05:00
Dustin J. Mitchell
47ce4c1e3b
Split the server into three crates (#56)
This will make it easier to build variations on the server, or embed it
into larger projects.
2024-11-17 15:12:42 -05:00
Dustin J. Mitchell
5769781553
Add a suite of Rust-related actions (#55)
* Add a suite of Rust-related actions

* cargo fmt

* nightly for rustdoc
2024-11-17 14:25:53 -05:00
Dustin J. Mitchell
c1862d30ad
pin rustsec/audit-check 2024-10-30 20:16:50 -04:00
Dustin J. Mitchell
da9a4c11e9
use rustsec/audit-check at main, not master (#42) 2024-09-30 20:54:29 -04:00
dependabot[bot]
158aea10bd
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 23:16:00 +00:00
Óscar García Amor
3c671da68c
Read versions from .env file 2024-05-03 08:46:05 +02:00
Dustin J. Mitchell
41f3e87bdf
Merge pull request #7 from ogarcia/containerfile
Adds Dockerfile and first version of pipelines
2024-05-01 22:26:18 -04:00
Óscar García Amor
d86e08647a
Improves build using matrix 2024-05-01 14:19:01 +02:00
Dustin J. Mitchell
2dba081381
update workflows 2024-04-21 17:25:59 -04:00
Óscar García Amor
1f8362c5d0
Adds Containerfile and first version of pipelines 2024-04-08 13:56:32 +02:00