This commit is contained in:
parent
7228ea0a39
commit
3986722477
12
.gitea/workflows/ping.yml
Normal file
12
.gitea/workflows/ping.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: ping
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: [linux_host]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://gitea.com/actions/checkout@v4
|
||||
- name: Print working dir
|
||||
run: pwd && ls -la
|
||||
Loading…
Reference in New Issue
Block a user