poprawa ci.yml

This commit is contained in:
kejdzej
2025-11-20 15:19:08 +01:00
parent a5a7be601f
commit b899fc46dc
3 changed files with 9 additions and 8 deletions

BIN
.gitea/workflows/.DS_Store vendored Normal file

Binary file not shown.

View File

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

View File

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