diff --git a/.gitea/workflows/ping.yml b/.gitea/workflows/ping.yml new file mode 100644 index 0000000..d55352f --- /dev/null +++ b/.gitea/workflows/ping.yml @@ -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