name: "Lint Pull Request" on: pull_request: jobs: lint: name: Lint Pr Title runs-on: ubuntu-latest steps: - name: Install go uses: actions/setup-go@v5 with: go-version: 1.24.2 - name: Run Pull Request Lint Action uses: https://git.kjan.de/actions/pull-request-lint@main