Skip to content

Commit

Permalink
update format
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Nov 1, 2024
1 parent 21127c6 commit 9b37dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/limits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
cancel-in-progress: true

jobs:
coverage:
limits:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion scripts/limits.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ async function prepare() {
const maxSigenrs = await getMaxSigners();
console.log("<details>");
console.log(" <summary>Click to see the limis</summary>")
console.log(`Maximum possible approvals in a call: ${maxApprovals}`);
console.log(`Maximum possible approvals in a call: ${maxApprovals}\n`);
console.log(`Maximum possible signers in a signer set: ${maxSigenrs}`);
console.log("</details>");
})();
Expand Down

0 comments on commit 9b37dfd

Please sign in to comment.