From 607f9ec4d3bd48a5e1a2f07c02b2f0ce6074671f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 24 Mar 2023 09:18:51 +0000 Subject: [PATCH] Add an action --- .gitea/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/ci.yml diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..1be8172 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,9 @@ +name: CI +on: + push: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3