Skip to content

Commit

Permalink
Merge pull request #89 from ekristen/chore-commit-lint
Browse files Browse the repository at this point in the history
ci: add commit lint workflow
  • Loading branch information
ekristen authored Feb 23, 2024
2 parents a568599 + 70bf264 commit 6b9ae0e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/commit-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: commit-lint

on:
pull_request_target:
types:
- opened
- edited
- synchronize

permissions:
contents: read
pull-requests: read

jobs:
commit-lint:
name: commit-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v5

0 comments on commit 6b9ae0e

Please sign in to comment.