소스 검색

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

pull/25/head
Jérôme Deuchnord 3 년 전
부모
커밋
60b45fa169
No known key found for this signature in database GPG 키 ID: 9F72B1EF93EDE1D4
1개의 변경된 파일0개의 추가작업 그리고 21개의 파일을 삭제
  1. +0
    -21
      .github/workflows/commitlint.yml

+ 0
- 21
.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'


불러오는 중...
취소
저장