Skip to content

Commit

Permalink
Merge pull request #4 from nyanhp/feature/shinynewbuild
Browse files Browse the repository at this point in the history
Feature/shinynewbuild
  • Loading branch information
nyanhp authored Mar 19, 2024
2 parents 36f5b3a + 0968833 commit c4b6987
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
jobs:
validate:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 0 additions & 1 deletion AutomatedLab.Common/AutomatedLab.Common.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
'Get-DotNetFrameworkVersion',
'Get-DscConfigurationImportedResource',
'Get-FullMesh',
'Get-ModuleDependency',
'Get-NetworkAddress',
'Get-NetworkRange',
'Get-NetworkSummary',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-ModuleDependency
function Get-ModuleDependency
{
[CmdletBinding()]
[OutputType([System.Management.Automation.PSModuleInfo])]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#author Iain Brighton, from here: https://gist.github.com/iainbrighton/9d3dd03630225ee44126769c5d9c50a9
#author Iain Brighton, from here: https://gist.github.com/iainbrighton/9d3dd03630225ee44126769c5d9c50a9
function Get-RequiredModulesFromMOF
{
[CmdletBinding()]
Expand Down

0 comments on commit c4b6987

Please sign in to comment.