From c416731f9de320620fd2c87d0103be451addafa6 Mon Sep 17 00:00:00 2001 From: Vijay Daggumati Date: Tue, 16 Apr 2024 00:47:27 +0530 Subject: [PATCH] make it publish ready --- .github/workflows/ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..db24b44 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,13 @@ +name: CI +on: + push: + branches: + - main +permissions: + contents: read +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: test + run: echo "test" \ No newline at end of file