From 46bfeaa6fe84b72da5d15a9a50fdb0f113f11098 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Tue, 6 Jan 2026 11:24:50 +0000 Subject: [PATCH] Update .gitea/workflows/lint.yaml --- .gitea/workflows/lint.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 1153d74..dbbd498 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -7,7 +7,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run Linter - uses: Azbagheri/shell-linter@latest + uses: a5k-actions/shellchecker@v0 with: - path: "jconf,penv" - + ignore-files: "README.md|LICENSE|.NOAI"