test commit 2 #1

Open
sarkar.ahsanuzzaman wants to merge 3 commits from new-branch into main
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