From 14c528975aeee4266a86121bc921d926c8807435 Mon Sep 17 00:00:00 2001 From: sathninduk <45420836+sathninduk@users.noreply.github.com> Date: Sat, 7 Sep 2024 03:10:05 +0530 Subject: [PATCH] Create verita.yaml --- .github/workflows/verita.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/verita.yaml diff --git a/.github/workflows/verita.yaml b/.github/workflows/verita.yaml new file mode 100644 index 0000000..8a371cf --- /dev/null +++ b/.github/workflows/verita.yaml @@ -0,0 +1,11 @@ +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! \ No newline at end of file