Files
test/.gitea/workflows/demo.yaml
T
Dmytro Tkachenko 23dfd7a049
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 35s
Actions
2024-10-22 21:36:21 +03:00

10 lines
206 B
YAML

name: Gitea Actions Demo
run-name: Test is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: npm install
- run: npm run build