Skip to content

Commit

Permalink
Merge pull request #8 from projectpotos/lint-commit
Browse files Browse the repository at this point in the history
feat(ci) commit linting
  • Loading branch information
fadnincx authored Nov 28, 2022
2 parents a23a36e + 3210025 commit 9e28f26
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---

name: Lint Commit message

on:
push:
pull_request:

jobs:
commitlint:
uses: projectpotos/.github/.github/workflows/commit-lint.yml@main

0 comments on commit 9e28f26

Please sign in to comment.