Skip to content

Commit

Permalink
test pr lint (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianHoffmannS2 committed Mar 26, 2024
1 parent 74edadc commit 5e3f138
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Lint PR Title'
on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: dreampulse/action-lint-pull-request-title@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5e3f138

Please sign in to comment.