Skip to content

Commit 37f9585

Browse files
author
James Brundage
committed
chore: Moving Irregular GitHub Action and Workflow into /Build ( Fixes #209 )
1 parent 258e0f0 commit 37f9585

8 files changed

Lines changed: 18 additions & 7 deletions
File renamed without changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#requires -Module Irregular
2+
#requires -Module PSDevOps
3+
4+
Import-BuildStep -SourcePath (
5+
Join-Path $PSScriptRoot 'GitHub'
6+
) -BuildSystem GitHubAction
7+
8+
Push-Location ($PSScriptRoot | Split-Path)
9+
10+
New-GitHubAction -Name "UseIrregular" -Description 'Regular Expressions Made Strangle Simple' -Action Irregular -Icon cpu -OutputPath .\action.yml
11+
12+
Pop-Location

Irregular.GitHubWorkflow.PSDevops.ps1 renamed to Build/Irregular.GitHubWorkflow.PSDevops.ps1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#requires -Module PSDevOps
2-
Push-Location $PSScriptRoot
2+
Push-Location ($PSScriptRoot | Split-Path)
3+
4+
Import-BuildStep -SourcePath (
5+
Join-Path $PSScriptRoot 'GitHub'
6+
) -BuildSystem GitHubWorkflow
7+
38

4-
Import-BuildStep -ModuleName Irregular
59
New-GitHubWorkflow -Name "Test, Tag, Release, and Publish" -Job PowerShellStaticAnalysis,
610
TestPowerShellOnLinux,
711
TagReleaseAndPublish,

Irregular.GitHubAction.PSDevops.ps1

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)