klhztrader/.gitea/workflows/test.yaml

13 lines
202 B
YAML

name: checks
on:
- push
jobs:
test:
runs-on: host
labels: [trader_deploy_prod]
name: check and test
steps:
- name: test
run: echo "Hello from Gitea Action11s!" && pwd