Merge pull request #135 from Yimikami/fix/strategy-lint-workflow

Clean fix — strategy docs shouldn't be linted as agents. Thanks\!
This commit is contained in:
Michael Sitarzewski
2026-03-11 09:36:08 -05:00
committed by GitHub

View File

@@ -14,7 +14,6 @@ on:
- 'support/**'
- 'spatial-computing/**'
- 'specialized/**'
- 'strategy/**'
jobs:
lint:
@@ -31,7 +30,7 @@ jobs:
FILES=$(git diff --name-only --diff-filter=ACMR origin/${{ github.base_ref }}...HEAD -- \
'design/**/*.md' 'engineering/**/*.md' 'game-development/**/*.md' 'marketing/**/*.md' 'paid-media/**/*.md' 'product/**/*.md' \
'project-management/**/*.md' 'testing/**/*.md' 'support/**/*.md' \
'spatial-computing/**/*.md' 'specialized/**/*.md' 'strategy/**/*.md')
'spatial-computing/**/*.md' 'specialized/**/*.md')
{
echo "files<<ENDOFLIST"
echo "$FILES"