diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml new file mode 100644 index 0000000..b9cc948 --- /dev/null +++ b/.github/workflows/lint-pr.yml @@ -0,0 +1,12 @@ +name: Lint PR + +on: + pull_request: + branches: [ "main" ] + +jobs: + lint: + name: Validate PR title + runs-on: ubuntu-latest + steps: + - uses: ammann/action-semantic-pull-request@v5