From a5325cef44c9f49d5d097e4c3490cef636d1a075 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 8 Apr 2025 21:03:30 +0530 Subject: [PATCH] chore: renamed lint jobs --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index bc08cd0a..b0ecb717 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -27,7 +27,7 @@ jobs: npx commitlint --verbose --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} linters: - name: Semantic Commits + name: Semgrep Rules runs-on: ubuntu-latest if: github.event_name == 'pull_request'