Skip to content

Commit

Permalink
chore(ci): add commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ryall committed Oct 30, 2024
1 parent bac72c2 commit edd16a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Reference: https://commitlint.js.org/guides/ci-setup
name: Commitlint

on: [pull_request]

jobs:
commitlint:
runs-on: ubuntu-latest
name: Commitlint
steps:
- name: Run commitlint
uses: opensource-nepal/commitlint@v1
14 changes: 0 additions & 14 deletions .github/workflows/conventional-commits.yml

This file was deleted.

0 comments on commit edd16a7

Please sign in to comment.