first commit

This commit is contained in:
Anton Sasnouski 2024-11-25 10:50:38 +01:00
parent 56c39da54e
commit bf76ace179

8
workflows/ci.yml Normal file
View File

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