From 2c567e260e3225774bb8c9f1be8518d4a94ff810 Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Wed, 13 Nov 2024 15:00:00 -0500 Subject: [PATCH] Attempting to build CI/CD --- .github/workflows/makefile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 58d98fe2..ba3a94c2 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -13,7 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: checkout + uses: actions/checkout@v4 - name: install-python uses: actions/setup-python@v5