From 5432bf715d7e93cb966cdb23571998732407016f Mon Sep 17 00:00:00 2001 From: Pengyuan Zhao Date: Tue, 15 Oct 2024 13:40:27 -0400 Subject: [PATCH] chore: another try --- .github/workflows/commit-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index 9ba37c929..12fb42034 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -18,7 +18,7 @@ jobs: run: | # python -m pip install gitlint sudo apt install pipx - pipx install install + pipx install gitlint - name: Run gitlint shell: bash