Browse Source

Update Sophia.yml

pull/380/head
Dmitry Nefedov 2 years ago
committed by GitHub
parent
commit
21600ca795
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/Sophia.yml

4
.github/workflows/Sophia.yml

@ -12,6 +12,10 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@master
- name: Signing all .ps1, .psm1, .psd1 files
run: |
. Scripts\Sign.ps1
- name: Dependencies
run: |
Write-Verbose -Message Dependencies -Verbose

Loading…
Cancel
Save