This commit is contained in:
AsiaK21 2023-11-21 16:06:37 +01:00
commit 71e006d167

8
.gitea/workflows/ci.yml Normal file
View File

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