CI: install nodejs before checkout; recovery followup via ITILFollowup
ci / vet (pull_request) Successful in 1m42s
ci / vet (pull_request) Successful in 1m42s
golang:alpine lacks node (actions/checkout 127). GLPI 11 rejects the legacy /followup input shape -> item-endpoint first, legacy fallback; solve no longer skipped when followup fails. Ticket: https://projects.knownelement.com/issues/824
This commit is contained in:
@@ -11,6 +11,7 @@ jobs:
|
||||
container:
|
||||
image: golang:1.23-alpine
|
||||
steps:
|
||||
- run: apk add --no-cache nodejs
|
||||
- uses: actions/checkout@v4
|
||||
- run: gofmt -l . | tee /tmp/fmt.out && test ! -s /tmp/fmt.out
|
||||
- run: go vet ./...
|
||||
|
||||
Reference in New Issue
Block a user