9 lines
187 B
YAML
9 lines
187 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" |