{"id":44542691,"url":"https://github.com/mod-posh/testpowershellmodule","last_synced_at":"2026-02-13T19:03:44.334Z","repository":{"id":249176911,"uuid":"830675109","full_name":"mod-posh/TestPowerShellModule","owner":"mod-posh","description":"This action simplifies the process of creating and validating PowerShell modules within a GitHub workflow.","archived":false,"fork":false,"pushed_at":"2024-07-18T19:24:22.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-19T02:22:29.223Z","etag":null,"topics":["github-actions","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mod-posh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-18T18:38:46.000Z","updated_at":"2024-07-19T02:22:38.321Z","dependencies_parsed_at":"2024-07-19T02:22:31.321Z","dependency_job_id":null,"html_url":"https://github.com/mod-posh/TestPowerShellModule","commit_stats":null,"previous_names":["mod-posh/testpowershellmodule"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mod-posh/TestPowerShellModule","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FTestPowerShellModule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FTestPowerShellModule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FTestPowerShellModule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FTestPowerShellModule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mod-posh","download_url":"https://codeload.github.com/mod-posh/TestPowerShellModule/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FTestPowerShellModule/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29414372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","powershell"],"created_at":"2026-02-13T19:03:04.152Z","updated_at":"2026-02-13T19:03:44.327Z","avatar_url":"https://github.com/mod-posh.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Test PowerShell Module GitHub Action\n\nThis GitHub Action is designed to create and test a PowerShell module from source files. It integrates with GitHub's Actions workflow to automate the process of setting up, testing, and validating PowerShell modules.\n\n## Inputs\n\n### `ModuleName`\n\n**Required** The name of the PowerShell module.\n\n### `Source`\n\n**Optional** The source directory containing the module (relative to the workspace). Default is the root of the workspace.\n\n### `Output`\n\n**Optional** The output directory for the manifest (relative to the workspace). The default is `output``.\n\n### `Debug`\n\n**Optional** Enable debug mode. The default is `false``.\n\n## Example usage\n\n```yaml\nname: Build PowerShell Module\n\non:\n  push:\n    branches:\n      - main\n  pull_request:\n    branches:\n      - main\n\njobs:\n  build:\n    runs-on: windows-latest\n\n    steps:\n      - name: Checkout repository\n        uses: actions/checkout@v4\n        with:\n          path: 'Repo'\n\n      - name: Create PowerShell Manifest\n        uses: mod-posh/CreatePowerShellManifest@v0.0.1.0\n        with:\n          ModuleName: 'SpnLibrary'\n          Source: 'Repo'\n          Imports: 'public'\n          Debug: 'true'\n\n      - name: Create PowerShell Module\n        uses: mod-posh/CreatePowerShellModule@v0.0.1.0\n        with:\n          ModuleName: 'SpnLibrary'\n          Source: 'Repo'\n          Imports: 'public'\n          Debug: 'true'\n\n      - name: Test PowerShell Module\n        uses: mod-posh/TestpowerShellModule@main\n        with:\n          ModuleName: 'SpnLibrary'\n          Source: 'Repo'\n          Debug: 'true'\n\n      - name: Upload PowerShell Module\n        uses: actions/upload-artifact@v4\n        with:\n          name: your-module-output\n          path: ${{ github.workspace }}/output\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmod-posh%2Ftestpowershellmodule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmod-posh%2Ftestpowershellmodule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmod-posh%2Ftestpowershellmodule/lists"}