Files
simple-test/.gitea/workflows/test.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: line 8: mapping values are not allowed in this context

12 lines
227 B
YAML

name: DooD smoke
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: docker version (DooD: 借宿主 docker)
run: docker version
- name: hostname
run: echo "ok from $(hostname)"