Skip to content

Commit 24e045e

Browse files
committed
yamllinting...
1 parent b89a6bd commit 24e045e

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: testssl.sh CI
1+
---
2+
name: testssl.sh CI with MacOS
23

34
on:
45
pull_request:
@@ -20,9 +21,11 @@ permissions:
2021
jobs:
2122
build:
2223
runs-on: macos-14
24+
2325
name: Testing unit test on MacOS
2426
steps:
25-
- uses: actions/checkout@v4
27+
- name: checkout
28+
uses: actions/checkout@v4
2629

2730
- name: Set up perl etc
2831
run: |
@@ -36,6 +39,6 @@ jobs:
3639
cpanm --notest JSON
3740
cpanm --notest Text::Diff
3841
39-
-name: run it
40-
run: |
42+
- name: run it
43+
run: |
4144
prove -v

0 commit comments

Comments
 (0)