Skip to content

Commit 27847a1

Browse files
committed
fix: indentation
1 parent 8d128b6 commit 27847a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
./ci.sh
3636
# Check binary-size, stolen from https://github.com/tweedegolf/sequential-storage/blob/master/.github/workflows/ci.yaml
3737
binary-size:
38-
runs-on: ubuntu-latest
38+
runs-on: ubuntu-latest
3939
permissions:
4040
actions: read
4141
pull-requests: write
@@ -96,4 +96,4 @@ jobs:
9696
owner: context.repo.owner,
9797
repo: context.repo.repo,
9898
body: `## PR build size\n \`\`\`\n${{ join(steps.new-size.outputs.*, '\n') }}\n\`\`\`\n ### Diff\n\`\`\`\n${{ steps.bloaty-comparison.outputs.bloaty-output-encoded }}\`\`\`\n`
99-
})
99+
})

0 commit comments

Comments
 (0)