Skip to content

Commit a1684c0

Browse files
committed
chore: lint
1 parent f5b207e commit a1684c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/size-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
if (pulls.data.length > 0) {
3434
return pulls.data[0].number;
3535
}
36-
36+
3737
- name: ⏬ Download artifacts from workflow run
3838
uses: actions/download-artifact@v4
3939
with:
4040
github-token: ${{ secrets.GITHUB_TOKEN }}
4141
run-id: ${{ github.event.workflow_run.id }}
42-
42+
4343
- name: 📊 Compare sizes
4444
uses: twk3/[email protected]
4545
env:

0 commit comments

Comments
 (0)