Skip to content

Commit

Permalink
MOBILE-4616 github: Reduce circular dependencies maximum
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyserver committed Jul 10, 2024
1 parent 995175d commit ce613e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
cat circular-dependencies
lines=$(cat circular-dependencies | wc -l)
echo "Total circular dependencies: $lines"
test $lines -le 212
test $lines -le 185
- name: JavaScript code compatibility
run: |
npx check-es-compat www/*.js --polyfills="\{Array,String,TypedArray\}.prototype.at,Object.hasOwn"
Expand Down

0 comments on commit ce613e8

Please sign in to comment.