From 7a7c99df8b5e109a29dac4ed2ced635ebffe2d3f Mon Sep 17 00:00:00 2001 From: Dmytro Tkachenko Date: Tue, 22 Oct 2024 21:42:58 +0300 Subject: [PATCH] Actions --- .gitea/workflows/demo.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 9d4b007..e2b5163 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,10 +1,11 @@ -name: Gitea Actions Demo +name: Build Action run-name: Test is testing out Gitea Actions 🚀 on: [push] jobs: - Explore-Gitea-Actions: + Run-Build: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - run: npm install - run: npm run build \ No newline at end of file