Skip to content

Commit

Permalink
ci: Enable conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored May 11, 2020
1 parent 6122ca8 commit 408f306
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Conventional Commits

on:
pull_request:
branches:
- master
- release/*

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
commitsar:
name: Validate for conventional commits
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Run commitsar
uses: docker://outillage/commitsar:0.11.2

0 comments on commit 408f306

Please sign in to comment.