From 023f59a20c70d0c33b8353b63db9b1854973a06e Mon Sep 17 00:00:00 2001 From: Victor Garcia Zarco Date: Mon, 17 Jan 2022 17:09:00 +0100 Subject: [PATCH] ci: set commit-lint step as optional --- .github/workflows/pr-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index de42ea0..cebd716 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -13,6 +13,7 @@ jobs: with: fetch-depth: 0 - uses: wagoid/commitlint-github-action@v2 + continue-on-error: true pr-lint: runs-on: ubuntu-latest