mirror of
https://github.com/msitarzewski/agency-agents.git
synced 2026-06-12 14:14:58 +03:00
fix: add finance/ to scripts, CI, README, and CONTRIBUTING.md
The finance division (5 agents, PR #431) was merged without updating the surrounding infrastructure: - install.sh: added finance to AGENT_DIRS - convert.sh: added finance to AGENT_DIRS - lint-agents.sh: added finance to AGENT_DIRS, fixed duplicate sales entry - lint-agents.yml: added finance/ to CI trigger paths and diff globs - CONTRIBUTING.md: added finance/ to category list - README.md: added Finance Division section with all 5 agent entries
This commit is contained in:
@@ -6,6 +6,7 @@ on:
|
||||
- "academic/**"
|
||||
- "design/**"
|
||||
- "engineering/**"
|
||||
- "finance/**"
|
||||
- "game-development/**"
|
||||
- "marketing/**"
|
||||
- "paid-media/**"
|
||||
@@ -30,7 +31,7 @@ jobs:
|
||||
id: changed
|
||||
run: |
|
||||
FILES=$(git diff --name-only --diff-filter=ACMR origin/${{ github.base_ref }}...HEAD -- \
|
||||
'academic/**/*.md' 'design/**/*.md' 'engineering/**/*.md' 'game-development/**/*.md' 'marketing/**/*.md' 'paid-media/**/*.md' 'sales/**/*.md' 'product/**/*.md' \
|
||||
'academic/**/*.md' 'design/**/*.md' 'engineering/**/*.md' 'finance/**/*.md' 'game-development/**/*.md' 'marketing/**/*.md' 'paid-media/**/*.md' 'sales/**/*.md' 'product/**/*.md' \
|
||||
'project-management/**/*.md' 'testing/**/*.md' 'support/**/*.md' \
|
||||
'spatial-computing/**/*.md' 'specialized/**/*.md')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user