Files
pwo-lab7-ci/.gitea/workflows/ci.yml
Workflow config file is invalid. Please check your config file: yaml: line 7: did not find expected '-' indicator
Student Politechniki b2fb0c2b8a First CI
2025-12-09 13:12:09 +01:00

9 lines
156 B
YAML

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