Skip to content

Commit c883f4b

Browse files
committed
fix: formatting
1 parent 2f5f75e commit c883f4b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/backend.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
13-
with:
13+
with:
1414
repository: getsentry/sentry
1515
ref: master
1616
submodules: true
@@ -40,13 +40,12 @@ jobs:
4040
devservices logs
4141
fi
4242
43-
4443
api-docs-depot:
4544
name: api docs test on Depot
4645
runs-on: depot-ubuntu-22.04
4746
steps:
4847
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49-
with:
48+
with:
5049
repository: getsentry/sentry
5150
ref: master
5251
submodules: true
@@ -74,4 +73,4 @@ jobs:
7473
run: |
7574
if command -v devservices; then
7675
devservices logs
77-
fi
76+
fi

0 commit comments

Comments
 (0)