commit b11e982eb82d1c982e9907d105f87668b1c513f0 Author: Sioger Date: Fri Nov 22 11:18:06 2024 +0100 Dodanie pliku yaml diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..ea0f922 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,8 @@ +name: First CI +on: [push] +jobs: +build: +runs-on: ubuntu-latest +steps: +- name: Printing hello +run: echo "Hello, WW" \ No newline at end of file