Bladeren bron
ci: remove Commitlint workflow (replaced by semantic-pull-request)
pull/25/head
bovenliggende
commit
60b45fa169
Geen bekende sleutel gevonden voor deze handtekening in de database
GPG sleutel-ID: 9F72B1EF93EDE1D4
1 gewijzigde bestanden met
toevoegingen van 0 en
21 verwijderingen
-
.github/workflows/commitlint.yml
|
|
@@ -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' |
|
|
|
|