Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[warning] truthy value should be one of [false, true] (truthy)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[error] line too long (83 > 80 characters) (line-length)

if [[ "${{ steps.docker_changes.outputs.any_changed }}" == "true" ]] || \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[error] line too long (82 > 80 characters) (line-length)

[[ "${{ steps.shell_changes.outputs.any_changed }}" == "true" ]] || \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[error] line too long (85 > 80 characters) (line-length)

[[ "${{ steps.workflow_changes.outputs.any_changed }}" == "true" ]] || \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[error] line too long (82 > 80 characters) (line-length)

[[ "${{ steps.yaml_changes.outputs.any_changed }}" == "true" ]]; then

Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Scan
uses: reviewdog/action-gitleaks@v1.7
uses: reviewdog/action-gitleaks@v1.8
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
level: error
Expand Down
Loading