Compare commits

3 Commits

Author SHA1 Message Date
c7d2bd048b fix workflow - remove checkout action
All checks were successful
Test Gitea Actions / test (push) Successful in 3s
2026-04-14 13:09:50 +06:00
29a1171d6e add sample actions workflow
Some checks failed
Test Gitea Actions / test (push) Failing after 1m31s
2026-04-14 13:07:02 +06:00
bb094546db test commit 2 2026-04-14 12:57:30 +06:00
2 changed files with 10 additions and 0 deletions

View File

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

0
b.py Normal file
View File