Tets/.gitea/workflows/test.yml
Workflow config file is invalid. Please check your config file: yaml: line 6: did not find expected '-' indicator
2024-11-25 11:10:37 +01:00

8 lines
155 B
YAML

name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello, "