Skip to content

Commit

Permalink
Merge branch 'develop' into fix/965-remove-icon-link
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianHoffmannS2 authored Mar 8, 2024
2 parents b844d08 + ad389ba commit 42cc62d
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 42cc62d

Please sign in to comment.