Skip to content

Commit

Permalink
feat: CLIN-402 Added commit lint pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnitus- committed Nov 3, 2021
1 parent a6f02a2 commit e33ac4f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/commit_lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Commit Lint Check

on: [ push ]

jobs:
build:
name: Commit Lint Check
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint Commits
uses: Ferlab-Ste-Justine/action-commit-lint@v2

0 comments on commit e33ac4f

Please sign in to comment.