Skip to content

Commit

Permalink
feat: add commit-lint workflow to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jvegalo authored and MaferMazu committed Jun 22, 2023
1 parent d78a5c3 commit 35f72ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/commit-linting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Commit Linting
on: [pull_request]

jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5

0 comments on commit 35f72ba

Please sign in to comment.