From bc004dd03cd90f258e132e6ceeda72e3b421da7c 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..7921a4e --- /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 localhost:5000