Skip to content

Commit 41d71c7

Browse files
author
James Brundage
committed
release: Neocities 0.1 ( Fixes #1, Fixes #6, Fixes #10 )
Adding workflow definition and FUNDING.yml
1 parent d14ed3a commit 41d71c7

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/FUNDING.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [StartAutomating]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#requires -Module PSDevOps
2+
Import-BuildStep -SourcePath (
3+
Join-Path $PSScriptRoot 'GitHub'
4+
) -BuildSystem GitHubWorkflow
5+
6+
Push-Location ($PSScriptRoot | Split-Path)
7+
8+
New-GitHubWorkflow -Name "Build Module" -On Push,
9+
PullRequest, Demand -Job TestPowerShellOnLinux,
10+
TagReleaseAndPublish, BuildNeocities -Environment ([Ordered]@{
11+
REGISTRY = 'ghcr.io'
12+
IMAGE_NAME = '${{ github.repository }}'
13+
}) -OutputPath .\.github\workflows\Build.yml
14+
15+
Pop-Location

0 commit comments

Comments
 (0)