Skip to content

Commit

Permalink
chore: publint
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Dec 12, 2024
1 parent deada99 commit 3135b1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ jobs:
for pkg in packages/*; do
if [ -f "$pkg/package.json" ] && \
[ "$pkg" != "packages/assemble-release-plan" ] && \
[ "$pkg" != "packages/chrome-devtools" ]; then
[ "$pkg" != "packages/chrome-devtools" ] && \
[ "$pkg" != "packages/core" ] && \
[ "$pkg" != "packages/utilities" ]; then
echo "Checking $pkg..."
publint "$pkg"
npx publint "$pkg"
fi
done
Expand Down

0 comments on commit 3135b1f

Please sign in to comment.