Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 8s
17 lines
311 B
YAML
17 lines
311 B
YAML
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: Lint
|
|
uses: https://git.kjan.de/actions/pull-request-lint@main
|