CItest/.forgejo/workflows/demo.yaml
Workflow config file is invalid. Please check your config file: yaml: line 9: mapping values are not allowed in this context

12 lines
No EOL
209 B
YAML

on:
push:
workflow_dispatch:
jobs:
test:
runs-on: docker
container:
image: alpine:3.19
steps:
- run: echo All Good
- run : ping asandikci.com
- run : iptables -L