mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-04-23 19:32:11 +00:00
Create commit.yml
This commit is contained in:
parent
9469f6d971
commit
ce36b8a1e8
13
.github/workflows/commit.yml
vendored
Normal file
13
.github/workflows/commit.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Conventionnal Commit
|
||||||
|
on: pull_request
|
||||||
|
jobs:
|
||||||
|
conventional:
|
||||||
|
name: Conventional PR
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: beemojs/conventional-pr-action@v2
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
config-preset: angularname: Conventionnal Commit
|
Loading…
x
Reference in New Issue
Block a user