Files
test/.gitea/workflows/demo.yaml
T
Dmytro Tkachenko 2305cffd09
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 31s
Actions
2024-10-22 21:29:21 +03:00

9 lines
186 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: yarn && yarn build