Переглянути джерело

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

* Automated using https://github.com/myii/ssf-formula/pull/172
tags/v1.4.2
Imran Iqbal 4 роки тому
джерело
коміт
38ebe5653b
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

Завантаження…
Відмінити
Зберегти