Commit lab_7

This commit is contained in:
BendeeBoo 2023-11-21 13:54:08 +01:00
commit 6bc5884565
2 changed files with 9 additions and 0 deletions

9
.gitea/workflows/ci.yml Normal file
View File

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

0
Readme.md Normal file
View File