diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml new file mode 100644 index 0000000..9aebaf9 --- /dev/null +++ b/.github/workflows/pr-lint.yaml @@ -0,0 +1,15 @@ +name: pr-lint +on: + pull_request_target: + types: + - opened + - edited + - reopened + - synchronize +jobs: + main: + runs-on: ubuntu-latest + steps: + - uses: amannn/action-semantic-pull-request@v2.0.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}