From d4118f831c61d3ac71ac68361395f85cc2ea5541 Mon Sep 17 00:00:00 2001 From: Sathnindu Kottage <45420836+sathninduk@users.noreply.github.com> Date: Sat, 7 Sep 2024 10:05:27 +0530 Subject: [PATCH] Adding Verita workflow --- .github/workflows/verita.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/verita.yml diff --git a/.github/workflows/verita.yml b/.github/workflows/verita.yml new file mode 100644 index 0000000..a44558f --- /dev/null +++ b/.github/workflows/verita.yml @@ -0,0 +1,12 @@ + +name: CI + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Run a one-line script + run: echo Hello, world!