edited ci.yml
All checks were successful
First CI / build (push) Successful in 3s

This commit is contained in:
romanpozii 2024-11-22 13:47:36 +01:00
parent 5df1100739
commit 66a91d483b

View File

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