Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Merge branch 'main' of https://github.com/scmn-dev/secman into main
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Dec 31, 2021
2 parents 64748c8 + 0e90255 commit c8c5089
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/secman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:

- name: Run secman version
run: secman -v

- name: Run secman init
run: secman init

from_script:
runs-on: ubuntu-latest
Expand All @@ -43,6 +46,9 @@ jobs:

- name: Run secman version
run: secman -v

- name: Run secman init
run: secman init

homebrew:
runs-on: macos-latest
Expand All @@ -63,6 +69,9 @@ jobs:

- name: Run secman version
run: secman -v

- name: Run secman init
run: secman init

windows:
runs-on: windows-latest
Expand All @@ -81,3 +90,6 @@ jobs:

- name: Run secman version
run: secman -v

- name: Run secman init
run: secman init

0 comments on commit c8c5089

Please sign in to comment.