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

8 lines
146 B
YAML

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