lab7/.gitea/workflows/ci.yml
Workflow config file is invalid. Please check your config file: yaml: line 3: did not find expected key
2024-11-22 13:44:59 +01:00

9 lines
145 B
YAML

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