test commit 2 #1
12
.gitea/workflows/sample.yml
Normal file
12
.gitea/workflows/sample.yml
Normal 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!"
|
||||||
Reference in New Issue
Block a user