소스 검색

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

* Automated using https://github.com/myii/ssf-formula/pull/172
tags/v1.2.2
Imran Iqbal 4 년 전
부모
커밋
de7860d74c
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…
취소
저장