edited ci.yml

This commit is contained in:
romanpozii 2024-11-22 13:44:59 +01:00
parent ad57cf7cb3
commit 33fa4b65ee

View File

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