feat(ci): lint pr

This commit is contained in:
Kasper Juul Hermansen 2023-02-19 12:52:32 +01:00 committed by Kasper Juul Hermansen
parent 691ecfbf52
commit 818ef6f74d

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 }}