Compare commits

...

1 Commits

Author SHA1 Message Date
b6617ab86f
ci: add action-semantic-pull-request
Some checks failed
Lint PR / Validate PR title (pull_request) Failing after 4s
Go / build (1.21) (pull_request) Successful in 14s
Go / build (1.22) (pull_request) Successful in 13s
2025-06-01 20:36:51 +01:00

12
.github/workflows/lint-pr.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: Lint PR
on:
pull_request:
branches: [ "main" ]
jobs:
lint:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: ammann/action-semantic-pull-request@v5