Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.
Merged
Changes from all commits
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 @@ -117,7 +117,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Validate
uses: reviewdog/action-actionlint@v1.66.1
uses: reviewdog/action-actionlint@v1.67.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
level: ${{ env.REVIEWDOG_LEVEL }}
Expand Down