mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-04-23 11:22:10 +00:00
14 lines
355 B
YAML
14 lines
355 B
YAML
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
|