test commit 2 #1

Open
sarkar.ahsanuzzaman wants to merge 3 commits from new-branch into main
Showing only changes of commit 29a1171d6e - Show all commits

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!"