workflow/default.yml
2024-12-05 12:34:55 +01:00

6 lines
No EOL
105 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo Hello, Runner !