commit a1573bcd1b810a8b4bd2985d26312e4d452555ef Author: raver150 Date: Fri Nov 22 09:44:52 2024 +0000 Add workflows/ci.yml diff --git a/workflows/ci.yml b/workflows/ci.yml new file mode 100644 index 0000000..a847c1b --- /dev/null +++ b/workflows/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