pull-request-lint/.gitea/workflows/pr.yml
Jan Klattenhoff 19b376ac40
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 9s
refactor: clean up unused dependencies and functions
2025-04-09 18:19:21 +02:00

19 lines
387 B
YAML

name: "Lint Pull Request"
on:
pull_request:
types: [opened, edited, reopened, synchronize]
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