Modified ci.yml
Some checks failed
First CI / build (push) Has been cancelled

This commit is contained in:
2025-12-08 14:25:45 +01:00
parent 8a0a7c12e4
commit 473cb84c93

View File

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