From 0e365ce205fa9c7ce73260aaf10aa9c9da92eeab Mon Sep 17 00:00:00 2001 From: Henry Case Date: Sat, 23 Nov 2024 21:37:24 +0000 Subject: [PATCH] Add .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/build.yml diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml new file mode 100644 index 0000000..83ac277 --- /dev/null +++ b/.gitea/workflows/build.yml @@ -0,0 +1,13 @@ +name: build +on: + - push + - pull_request + +jobs: + build: + name: build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: vet checks + run: echo "hello world"