lilleman
af5da95f20
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8s
12 lines
304 B
YAML
12 lines
304 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: Docker test
|
|
run: docker run hello-world |