Skip to content

Commit

Permalink
chore(ci): add commit linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayllyz committed Aug 2, 2024
1 parent e533394 commit 04951eb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Lint PR

on: [pull_request]

permissions:
contents: read
pull-requests: read

jobs:
commit-lint:
name: Commit Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6

0 comments on commit 04951eb

Please sign in to comment.