Skip to content

Commit

Permalink
ci: add server build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jtplouffe committed Oct 15, 2023
1 parent a4cb48d commit ea10edb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ jobs:
run: cargo fmt
- name: Clippy
run: cargo clippy
- name: Build
run: docker build .
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# rustenberg

[![Server checks](https://github.com/Jtplouffe/rustenberg/actions/workflows/server.yml/badge.svg)](https://github.com/Jtplouffe/rustenberg/actions/workflows/server.yml)

Inspired by [gotenberg](https://github.com/gotenberg/gotenberg), rustenberg is a microservice that is used to convert
and manipulate pdf documents.

Expand Down

0 comments on commit ea10edb

Please sign in to comment.