ソースを参照

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

pull/25/head
コミット
60b45fa169
この署名に対応する既知のキーがデータベースに存在しません 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'


読み込み中…
キャンセル
保存