From dc8e0540cd3bf2de10211d6db9e0fc0a7cda721c Mon Sep 17 00:00:00 2001 From: sudo-rsingh Date: Fri, 15 May 2026 12:35:21 +0530 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1170acc..20838ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,4 +19,8 @@ jobs: apt-get install -y nodejs npm git - name: Checkout Repo - uses: actions/checkout@v6 \ No newline at end of file + uses: actions/checkout@v6 + + - name: Status + run: | + ls \ No newline at end of file