Ver código fonte
ci: remove Commitlint workflow (replaced by semantic-pull-request)
pull/25/head
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 9F72B1EF93EDE1D4
1 arquivos alterados com
0 adições e
21 exclusões
-
.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' |
|
|
|
|