pull-request-lint/.gitea/workflows/pr.yml
Renovate Bot 1124e9e9d2
All checks were successful
Go CI / test (pull_request) Successful in 32s
Lint Pull Request / Lint PR Title (pull_request) Successful in 31s
Go CI / lint (pull_request) Successful in 38s
chore(deps): update dependency go to v1.25.0
2025-08-13 03:09:04 +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.25.0
- name: Run Pull Request Lint Action
uses: https://git.kjan.de/actions/pull-request-lint@main