pull-request-lint/.gitea/workflows/pr.yml
Renovate Bot 8db7f08b15
All checks were successful
Go CI / test (pull_request) Successful in 51s
Go CI / lint (pull_request) Successful in 59s
Lint Pull Request / Lint PR Title (pull_request) Successful in 16s
chore(deps): update dependency go to v1.24.4
2025-06-06 05:03:22 +00:00

21 lines
425 B
YAML

name: "Lint Pull Request"
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
lint:
name: Lint PR Title
runs-on: ubuntu-latest
if: github.base_ref != 'release'
steps:
- name: Install go
uses: actions/setup-go@v5
with:
go-version: 1.24.4
- name: Run Pull Request Lint Action
uses: https://git.kjan.de/actions/pull-request-lint@main