From 963f5c48ec001ea029bed5cdc314b154418756e9 Mon Sep 17 00:00:00 2001 From: mangoiv Date: Sun, 21 Jul 2024 19:00:19 +0200 Subject: [PATCH] [chore] add CI --- .woodpecker.yml | 10 ++++++++++ README.md | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..32a725c --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,10 @@ +steps: + formatting: + image: bash + commands: | + nix --max-jobs 3 -Lv flake check + build: + depends_on: [formatting] + image: bash + commands: | + nix --max-jobs 3 -Lv build .#http-barf diff --git a/README.md b/README.md index 54b7bfb..541eddc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![ci](https://ci.mangoiv.com/api/badges/11/status.svg)](https://ci.mangoiv.com/repos/11) + # http barf HTTP barf is a dead simple library to make http requests. It provides helper functions to use different http methods, it supports