Skip to content

chore: update actions (#176) #1538

chore: update actions (#176)

chore: update actions (#176) #1538

Triggered via push June 8, 2026 17:09
Status Success
Total duration 2m 32s
Artifacts

test.yml

on: push
Lint & Typecheck
29s
Lint & Typecheck
Unit Tests
57s
Unit Tests
Build Verification
29s
Build Verification
E2E Tests
2m 20s
E2E Tests
Runbook Tests
55s
Runbook Tests
Runbook Tests (GitHub App Token)
19s
Runbook Tests (GitHub App Token)
Documentation Tests
32s
Documentation Tests
CI Summary
3s
CI Summary
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
eslint(no-unused-vars): testdata/sample-runbooks/lambda/templates/lambda-src/nodejs/index.mjs#L35
Catch parameter 'e' is caught but never used.
eslint(no-unused-vars): testdata/sample-runbooks/lambda/templates/lambda-src/nodejs/index.mjs#L28
Variable 'queryParams' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): testdata/sample-runbooks/lambda/templates/lambda-src/nodejs/index.mjs#L27
Variable 'path' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): testdata/sample-runbooks/lambda/templates/lambda-src/nodejs/index.mjs#L26
Variable 'httpMethod' is declared but never used. Unused variables should start with a '_'.
eslint(no-empty-pattern): web/e2e/fixtures.ts#L53
Empty object binding pattern