sphagnum/.gitea/workflows/test.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 12: mapping key "run" already defined at line 11

12 lines
210 B
YAML

name: checks
on:
- push
jobs:
test:
labels: [docker]
name: check and test
steps:
- name: test
run: ls
run: echo "🎉 The job was automatically triggered by a 1111 event."