fixup! ci: add action-semantic-pull-request
Some checks failed
Go / build (1.23) (pull_request) Successful in 20s
Go / build (1.24) (pull_request) Successful in 21s
Lint PR / commitlint (pull_request) Failing after 25s
Go / build (1.22) (pull_request) Successful in 17s

This commit is contained in:
Luís Murta 2025-06-21 19:12:40 +01:00
parent 01a9f4109d
commit 1efac587f2
Signed by: satprog
GPG Key ID: 169EF1BBD7049F94

View File

@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with: