mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 10:08:29 +02:00
yamllinting...
This commit is contained in:
7
.github/workflows/unit_tests.yml
vendored
7
.github/workflows/unit_tests.yml
vendored
@ -1,4 +1,5 @@
|
||||
name: testssl.sh CI
|
||||
---
|
||||
name: testssl.sh CI with MacOS
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@ -20,9 +21,11 @@ permissions:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-14
|
||||
|
||||
name: Testing unit test on MacOS
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up perl etc
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user