From a1573bcd1b810a8b4bd2985d26312e4d452555ef Mon Sep 17 00:00:00 2001 From: raver150 Date: Fri, 22 Nov 2024 09:44:52 +0000 Subject: [PATCH] Add workflows/ci.yml --- workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 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