瀏覽代碼

ci(workflows/commitlint): add to repo [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/172
tags/v0.5.1
Imran Iqbal 4 年之前
父節點
當前提交
ff23c72345
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. +16
    -0
      .github/workflows/commitlint.yml

+ 16
- 0
.github/workflows/commitlint.yml 查看文件

@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
name: Commitlint
'on': [pull_request]

jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v1

Loading…
取消
儲存