chore: added Conventional Commit Checker
This commit is contained in:
parent
d5d91f8095
commit
fdc430daeb
17
.github/workflows/main.yml
vendored
Normal file
17
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: [develop]
|
||||||
|
types: [opened, edited, synchronize]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
check-for-cc:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: check-for-cc
|
||||||
|
id: check-for-cc
|
||||||
|
uses: agenthunt/conventional-commit-checker-action@v1.0.0
|
Loading…
Reference in New Issue
Block a user