init 3
All checks were successful
First CI / build (push) Successful in 3s

This commit is contained in:
PewkaP 2024-11-22 13:38:23 +01:00
parent abd83bfd73
commit 07e2111c25

View File

@ -2,8 +2,8 @@ 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, 😀"