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: