lab7/.gitea/workflows/ci.yml
Workflow config file is invalid. Please check your config file: yaml: line 6: did not find expected '-' indicator
Anton Sasnouski 6b3894a931 First Commit
2024-11-25 10:56:22 +01:00

8 lines
133 B
YAML

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