Sfoglia il codice sorgente

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 anni fa
parent
commit
ff23c72345
1 ha cambiato i file con 16 aggiunte e 0 eliminazioni
  1. +16
    -0
      .github/workflows/commitlint.yml

+ 16
- 0
.github/workflows/commitlint.yml Vedi File

@@ -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…
Annulla
Salva