Sfoglia il codice sorgente

ci: remove Commitlint workflow (replaced by semantic-pull-request)

pull/25/head
Jérôme Deuchnord 3 anni fa
parent
commit
60b45fa169
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 9F72B1EF93EDE1D4
1 ha cambiato i file con 0 aggiunte e 21 eliminazioni
  1. +0
    -21
      .github/workflows/commitlint.yml

+ 0
- 21
.github/workflows/commitlint.yml Vedi File

@@ -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'


Caricamento…
Annulla
Salva