Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPowerShell Quickstart #284
Conversation
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
|
Thanks @potatoqualitee |
|
Note that I recommended a PSScriptAnalyzer Action in the comments. The Pester project just reached out and suggested we recommend their gorgeous action as well, I'd love to! https://github.com/marketplace/actions/publish-unit-test-results Is this something I can throw into the comments or expand upon? I didn't know about their action before and now I'm going to update my own projects. |
Related issue: #283
Why:
As a PowerShell developer, I find GitHub Actions extremely useful and very straightforward. PowerShell is built into each of the runner images, and is supported out of the box. It has a strong CI/CD presence and it makes a ton of sense to include PowerShell in the quickstart.
Note that I used the
Building and testing Pythonas the template for language and format for consistency.Also, two other PRs must be merged for this PR to be complete:
actions/cache#431
actions/starter-workflows#661
What's being changed:
Added an entire PowerShell / Pester quickstart
Check off the following:
Not sure what
reviewed my changes in stagingmeans, but I did look at it in my repo. Perhaps a link can be added to the issue template?