diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml deleted file mode 100644 index 4f0dd51..0000000 --- a/.github/workflows/commitlint.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Commit - -on: - push: - branches: [main, features] - pull_request: - branches: [main, features] - -jobs: - commitlint: - name: Message validation - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v2 - with: - helpURL: 'https://github.com/Kosmorro/kosmorro/blob/master/CONTRIBUTING.md#commiting' -