commit 5de4448afd7df5a56a3a0ea80f781123185553a6 Author: s99622 Date: Mon Dec 8 20:54:53 2025 +0000 First CI diff --git a/ci.yml b/ci.yml new file mode 100644 index 0000000..05fd0f7 --- /dev/null +++ b/ci.yml @@ -0,0 +1,9 @@ +name: First CI +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello, " \ No newline at end of file