Skip to content

fix: Set IP version & Add JWT e2e tests #1528

fix: Set IP version & Add JWT e2e tests

fix: Set IP version & Add JWT e2e tests #1528

Triggered via pull request December 23, 2024 16:54
Status Failure
Total duration 2m 13s
Artifacts

staging_linter.yml

on: pull_request
Formatting Checks
2m 4s
Formatting Checks
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
Formatting Checks
Process completed with exit code 1.
Formatting Checks
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Formatting Checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Formatting Checks
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Formatting Checks
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it