Skip to content

Commit 283d7fa

Browse files
style: Fix oxfmt formatting in validate-pr workflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d29df36 commit 283d7fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/validate-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
steps:
1717
- name: Generate GitHub App token
1818
id: app-token
19-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
19+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
2020
with:
2121
app-id: ${{ vars.SDK_MAINTAINER_BOT_APP_ID }}
2222
private-key: ${{ secrets.SDK_MAINTAINER_BOT_PRIVATE_KEY }}
2323

2424
- name: Validate PR
2525
id: validate
26-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
26+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
2727
with:
2828
github-token: ${{ steps.app-token.outputs.token }}
2929
script: |
@@ -270,7 +270,7 @@ jobs:
270270
steps:
271271
- name: Generate GitHub App token
272272
id: app-token
273-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
273+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
274274
with:
275275
app-id: ${{ vars.SDK_MAINTAINER_BOT_APP_ID }}
276276
private-key: ${{ secrets.SDK_MAINTAINER_BOT_PRIVATE_KEY }}
@@ -283,7 +283,7 @@ jobs:
283283
gh pr ready "$PR_URL" --undo
284284
285285
- name: Label and comment
286-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
286+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
287287
with:
288288
github-token: ${{ steps.app-token.outputs.token }}
289289
script: |

0 commit comments

Comments
 (0)