瀏覽代碼

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

pull/25/head
Jérôme Deuchnord 3 年之前
父節點
當前提交
60b45fa169
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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'


Loading…
取消
儲存