From dc8b01c5d817362fe0f40b69ece4f8e5c7dbb863 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 9 Jul 2024 21:25:45 -0400 Subject: [PATCH] Try gitea action --- .gitea/workflows/test.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/test.yaml diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..5491ca6 --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,9 @@ +name: Test +run-name: Test? +on: [push] + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - run: npm run test \ No newline at end of file