pull-request-lint/.gitea/workflows/pr.yml
Jan Klattenhoff 7ded9bab13
Some checks failed
Test Go Action / use-go-action (push) Failing after 10s
Lint Pull Request / Lint Pr Title (pull_request) Failing after 24s
ci: update container configuration in PR workflow
2025-04-09 18:02:26 +02:00

21 lines
399 B
YAML

name: "Lint Pull Request"
on:
pull_request:
jobs:
lint:
name: Lint Pr Title
runs-on: ubuntu-latest
container:
image: golang
steps:
- name: Install go
uses: actions/setup-go@v5
with:
go-version: 1.24.2
- name: Run Pull Request Lint Action
if: ${{ always() }}
uses: https://git.kjan.de/actions/pull-request-lint@main