diff --git a/.gitea/workflows/probe.yml b/.gitea/workflows/probe.yml new file mode 100644 index 0000000..332636e --- /dev/null +++ b/.gitea/workflows/probe.yml @@ -0,0 +1,15 @@ +name: Probe + +"on": + push: + branches: ['**'] + pull_request: + branches: ['**'] + +jobs: + build: + runs-on: host + steps: + - uses: actions/checkout@v4 + - name: Echo + run: echo "probe ok"