make config file YAML 1.2 compliant (#5345) (#5456)

This commit is contained in:
Alessandro Ros
2026-02-12 15:46:06 +01:00
committed by GitHub
parent 832cc05f39
commit 9793f90453
5 changed files with 85 additions and 29 deletions
+12
View File
@@ -37,6 +37,18 @@ jobs:
- run: make lint-go-mod
conf:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.25"
- run: make lint-conf
go2api:
runs-on: ubuntu-22.04