format workflow (#4169)

This commit is contained in:
Alessandro Ros
2025-01-17 13:21:24 +01:00
committed by GitHub
parent 1f33b5b2ba
commit 70f69cfb60

View File

@@ -47,7 +47,7 @@ jobs:
+ `## Security\n\n`
+ `Binaries have been produced by the [Release workflow](https://github.com/${owner}/${repo}/actions/workflows/release.yml)`
+ ` without human intervention.\n\n`
+ `SHA256 checksums:\n`;
+ `SHA256 checksums:\n\n`;
for (const name of await fs.readdir('./binaries/')) {
if (name.endsWith('.sha256sum')) {