From 60e93a9805317d38bd89f6c69392be3f3d5bfddc Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Mon, 8 Apr 2024 21:04:08 -0400 Subject: [PATCH] ci: build + publish flow --- .forgejo/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .forgejo/workflows/ci.yml diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml new file mode 100644 index 0000000..5e97d40 --- /dev/null +++ b/.forgejo/workflows/ci.yml @@ -0,0 +1,11 @@ +on: + push: + tags: + - "v*" + +jobs: + test: + runs-on: docker + steps: + - uses: actions/checkout@v4 + - run: curl http://localhost:5000/v2/