Skip to content

Commit

Permalink
chore(ci): add commitlint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jul 28, 2023
1 parent 95405c0 commit 20bc7e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Validate Commit Messages
on: [pull_request]

permissions:
contents: read

jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: Run commitlint
uses: wagoid/commitlint-github-action@6319f54d83768b60acd6fd60e61007ccc583e62f #v5

0 comments on commit 20bc7e1

Please sign in to comment.