diff --git a/ci.yml b/ci.yml deleted file mode 100644 index 05fd0f7..0000000 --- a/ci.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: First CI -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Printing hello - run: echo "Hello, " \ No newline at end of file