chore: cloudcmd: actions: lint ☘️

This commit is contained in:
coderaiser 2025-03-29 17:32:46 +00:00
parent 9f52ed795d
commit 84c6935ae4
7 changed files with 73 additions and 72 deletions

View file

@ -19,7 +19,8 @@ await main();
async function main() {
const history = '## Version history\n\n';
const link = '//github.com/coderaiser/cloudcmd/releases/tag/';
const template = '- *{{ date }}*, ' +
const template =
'- *{{ date }}*, ' +
'**[v{{ version }}]' +
'(' + link +
'v{{ version }})**\n';