Files
lab7_ci_anton_ovod/.gitea/workflows/ci.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 6: cannot unmarshal !!str `ubuntu-...` into model.Job line 8: cannot unmarshal !!seq into model.Job
2025-11-20 12:33:01 +01:00

10 lines
143 B
YAML

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