feat(ci): lint pr

This commit is contained in:
Kasper Juul Hermansen 2023-02-19 12:52:32 +01:00
parent e921ba1363
commit 8c66f3a076
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

15
.github/workflows/lint-pr.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}