Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Dec 17, 2024
1 parent fe0cd34 commit 4c6d8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fastlane-changelogs-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Changelogs Summary
name: Changelogs Analysis

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion cli/changelogs/fastlane-character-limit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const start = async () => {
failed++;
const excess = length - CHANGELOGS_CHARACTER_LIMIT;
console.log(
`${rpath} (${length} characters) (needs changes, excess by ${excess} characters)`,
`${rpath} has ${length} characters (excess by ${excess} characters)`,
);
}
}
Expand Down

0 comments on commit 4c6d8b5

Please sign in to comment.