Skip to content

fix(ci): fix actionlint path filter and lint errors#224

Open
klaus993 wants to merge 1 commit intomainfrom
fix/pr-lint-gha-path-filter
Open

fix(ci): fix actionlint path filter and lint errors#224
klaus993 wants to merge 1 commit intomainfrom
fix/pr-lint-gha-path-filter

Conversation

@klaus993
Copy link
Copy Markdown
Contributor

@klaus993 klaus993 commented Mar 4, 2026

Summary

  • Fix the path filter glob in pr_lint_gha.yml to match workflow files in subdirectories (.github/*.yml.github/**.yml)
  • Fix 4 unused loop variable warnings in daily_reports.yml and pr_main.yml (for i infor _ in)
  • Remove invalid type: string key from setup-rust composite action inputs

Test plan

  • "Github Actions" lint job triggers on this PR and passes

Fix the path filter glob in pr_lint_gha.yml to match workflow files in
subdirectories (.github/*.yml → .github/**.yml). Also fix 5 actionlint
errors: unused loop variables in daily_reports.yml and pr_main.yml, and
invalid `type: string` key in the setup-rust composite action.
@klaus993 klaus993 requested a review from a team as a code owner March 4, 2026 16:58
@klaus993 klaus993 changed the title ci: fix actionlint path filter and lint errors fix(ci): fix actionlint path filter and lint errors Mar 4, 2026
@klaus993
Copy link
Copy Markdown
Contributor Author

klaus993 commented Mar 4, 2026

Verified that the workflows changed by this PR ran successfully:

  • Lint (actionlint via pr_lint_gha.yml) — pass
  • Integration Test - CLI (via pr_main.yml) — pass
  • Integration Test - SDK (via pr_main.yml) — pass
  • Validate PR title — pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant