add sample actions workflow
Some checks failed
Test Gitea Actions / test (push) Failing after 1m31s

This commit is contained in:
2026-04-14 13:07:02 +06:00
parent bb094546db
commit 29a1171d6e

View File

@@ -0,0 +1,12 @@
name: Test Gitea Actions
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: List files
run: ls -la
- name: Done
run: echo "Gitea Actions working on 1.25.5!"