add workflows
Some checks failed
Test / Print content (push) Successful in 17s
Docker Build Demo / Build-Docker-Image (push) Failing after 6s

This commit is contained in:
2026-02-18 16:23:20 +11:00
parent 5b626fead1
commit d1f1e59c18
2 changed files with 46 additions and 0 deletions

13
.gitea/workflows/demo.yml Normal file
View File

@@ -0,0 +1,13 @@
name: Test
run-name: ${{ gitea.actor }} greets Habr!
on: [push]
jobs:
print-content:
name: Print content
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: list directory contents
run: ls -la