From 1f621a2d618f788bef2c6ddb989eda34843527fa Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati Date: Thu, 20 Jun 2024 15:46:26 -0700 Subject: [PATCH] jenkins CI to GH actions --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f0ec20..a74be59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,9 @@ jobs: build: runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 + - name: setup PHP uses: shivammathur/setup-php@v2 with: