main #3

Merged
Dmitry_Tkachenko merged 30 commits from main into develop 2024-10-22 23:58:46 +03:00
Showing only changes of commit 7a7c99df8b - Show all commits
+3 -2
View File
@@ -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