Skip to content

Commit

Permalink
badgify
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdsimons committed Feb 18, 2024
1 parent 12725c2 commit 87a6769
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
# Rust crate to build custom gitlab runners

![docs.rs](https://img.shields.io/docsrs/gitlab-runner)
![Crates.io Version](https://img.shields.io/crates/v/gitlab-runner)

[![Crates.io][crates-badge]][crates-url]
[![Documentation][docs-badge]][docs-url]
[![MIT/Apache-2 licensed][mit-apache2-badge]][mit-url]
[![Build Status][actions-badge]][actions-url]

[crates-badge]: https://img.shields.io/crates/v/gitlab-runner
[crates-url]: https://crates.io/crates/gitlab-runner
[docs-badge]: https://docs.rs/gitlab-runner/badge.svg
[docs-url]: https://docs.rs/gitlab-runner
[mit-badge]: https://img.shields.io/badge/license-MIT_OR_Apache--2-blue.svg
[mit-url]: LICENSE-MIT
[actions-badge]: https://github.com/collabora/gitlab-runner-rs/workflows/CI/badge.svg
[actions-url]:https://github.com/collabora/gitlab-runner-rs/actions?query=workflow%3ACI


[gitlab](https://gitlab.com) provides a REST style API for CI runners. These
crates abstract this API away so custom runners can easily be build without
any knowledge of the gitlab APIs

This workspace consists of two crates:
* [gitlab-runner](gitlab-runner/README.md) - Main runner crate
* gitlab-runner-mock - Mock crate for the gitlab runner APIs

0 comments on commit 87a6769

Please sign in to comment.