From 60b45fa1692e01277e87e872fd95546ede7103df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Fri, 18 Jun 2021 12:56:22 +0200 Subject: [PATCH] ci: remove Commitlint workflow (replaced by semantic-pull-request) --- .github/workflows/commitlint.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/commitlint.yml 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' -