From 053fd37db42fa812833bc7fffb5d5e6a3e8680ac Mon Sep 17 00:00:00 2001 From: Pierre Verkest Date: Tue, 3 Sep 2024 10:25:07 +0200 Subject: [PATCH] stop lint commit message not ready to play with that --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2d420e..c58c941 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,14 +22,14 @@ jobs: # Make sure commit messages follow the conventional commits convention: # https://www.conventionalcommits.org - commitlint: - name: Lint Commit Messages - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v4.1.11 + # commitlint: + # name: Lint Commit Messages + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v3 + # with: + # fetch-depth: 0 + # - uses: wagoid/commitlint-github-action@v4.1.11 test: strategy: