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

This commit is contained in:
Luís Murta 2025-06-01 20:36:51 +01:00
parent 0347a615ac
commit b6617ab86f
Signed by: satprog
GPG Key ID: 169EF1BBD7049F94

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