-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c71eaf
commit 17dfdd2
Showing
2 changed files
with
38 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Process-PSModule | ||
|
||
on: | ||
push: | ||
branches: | ||
- '*' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
Process-PSModule: | ||
name: Process-PSModule | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Initialize-PSModule | ||
uses: PSModule/Initialize-PSModule@main | ||
with: | ||
Verbose: true | ||
|
||
- name: Build-PSModule | ||
uses: PSModule/Build-PSModule@main | ||
with: | ||
Verbose: true | ||
|
||
- name: Test-PSModule | ||
uses: PSModule/Test-PSModule@main | ||
with: | ||
Verbose: true | ||
|
||
- name: Release-PSModule | ||
uses: PSModule/Release-PSModule@main | ||
with: | ||
APIKey: ${{ secrets.APIKEY }} | ||
Verbose: true | ||
env: | ||
GH_TOKEN: ${{ github.token }} # Used for GitHub CLI authentication |
This file was deleted.
Oops, something went wrong.