klhztrader/.gitea/workflows/test.yaml

13 lines
213 B
YAML

name: checks
on:
- push
jobs:
test:
uses: actions/checkout@v4
runs-on: trader_deploy_host
name: check and test
steps:
- name: test
run: echo "Hello from Gitea Action11s!" && pwd