lab7/.gitea/workflows/ci.yml
Workflow config file is invalid. Please check your config file: yaml: line 8: did not find expected '-' indicator
2024-11-26 13:43:13 +01:00

11 lines
158 B
YAML

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