Skip to content

Commit 0844070

Browse files
committed
lint
1 parent 909eb5b commit 0844070

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/health_checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,22 +410,22 @@ jobs:
410410
with:
411411
node_version: 18
412412
continue-on-error: true
413-
413+
414414
- name: Setup baseline version (attempt 2)
415415
id: setup_baseline_version_attempt2
416416
if: steps.setup_baseline_version_attempt1.outcome == 'failure'
417417
uses: ./.github/actions/setup_baseline_version
418418
with:
419419
node_version: 18
420420
continue-on-error: true
421-
421+
422422
- name: Setup baseline version (attempt 3)
423423
id: setup_baseline_version_attempt3
424424
if: steps.setup_baseline_version_attempt2.outcome == 'failure'
425425
uses: ./.github/actions/setup_baseline_version
426426
with:
427427
node_version: 18
428-
428+
429429
- name: Set baseline directory output
430430
id: setup_baseline_version
431431
run: |

0 commit comments

Comments
 (0)