lilleman
102993cb2a
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
15 lines
354 B
YAML
15 lines
354 B
YAML
name: Gitea Actions Demo
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
on: [push]
|
|
|
|
jobs:
|
|
Explore-Gitea-Actions:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
# - name: Check out repository code
|
|
# uses: actions/checkout@v4
|
|
- name: Debug
|
|
run: echo "wat?"
|
|
- name: Docker test
|
|
run: docker run hello-world
|