Skip to content

fix: add academic/ and sales/ to lint-agents.sh and CI workflow#243

Open
Astro-Han wants to merge 1 commit intomsitarzewski:mainfrom
Astro-Han:fix-lint-missing-dirs
Open

fix: add academic/ and sales/ to lint-agents.sh and CI workflow#243
Astro-Han wants to merge 1 commit intomsitarzewski:mainfrom
Astro-Han:fix-lint-missing-dirs

Conversation

@Astro-Han
Copy link

What does this PR do?

Adds the academic/ and sales/ directories to scripts/lint-agents.sh AGENT_DIRS and adds academic/ to the .github/workflows/lint-agents.yml trigger paths and diff filter, so these directories are covered by both local full-scan linting and CI.

Why

academic/ was added in #219 with convert.sh and install.sh updates, but the linter and CI workflow were not updated — PRs touching academic/ agents never trigger CI lint. sales/ was already in CI but missing from lint-agents.sh, so local ./scripts/lint-agents.sh (no args) silently skipped it.

Directory ordering in AGENT_DIRS now matches convert.sh and install.sh.

Fixes #242

Checklist

  • Proofread and formatted correctly
  • Tested locally: ./scripts/lint-agents.sh → 0 errors, 156 files scanned (previously missed academic/ and sales/)

academic/ was added in msitarzewski#219 but lint-agents.sh AGENT_DIRS and the CI
workflow paths/diff-filter were not updated. sales/ was covered by CI
but missing from lint-agents.sh local full-scan.

Fixes msitarzewski#242
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.

[Bug] lint-agents.sh and CI workflow missing academic/ and sales/ directories

1 participant