diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml deleted file mode 100644 index c365062f..00000000 --- a/.github/workflows/commit_lint.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Commit messages lint -on: [pull_request, push] - -jobs: - commitlint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v6