Skip to content

Commit 2b6b345

Browse files
committed
chore: lint lint lint
1 parent 5e9adc2 commit 2b6b345

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/size-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1919
with:
2020
node-version: latest
21-
21+
2222
- name: ⏬ Download artifacts from workflow run
2323
uses: actions/download-artifact@v4
2424
with:
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626
run-id: ${{ github.event.workflow_run.id }}
2727
path: .
28-
28+
2929
- name: 🔍 Get PR number from artifact
3030
id: pr
3131
run: |

.github/workflows/size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: 🛠 Build project
3434
run: pnpm build
35-
35+
3636
- name: 💾 Save PR number
3737
run: echo "${{ github.event.pull_request.number }}" > pr-number.txt
3838

@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
name: head-stats
4343
path: ./packages/*/stats.json
44-
44+
4545
- name: ⏫ Upload PR number
4646
uses: actions/upload-artifact@v4
4747
with:

0 commit comments

Comments
 (0)