1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-06-13 01:29:17 +00:00

Create commit.yml

This commit is contained in:
2021-12-20 18:09:31 +00:00
committed by GitHub
parent 9469f6d971
commit ce36b8a1e8

13
.github/workflows/commit.yml vendored Normal file
View 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