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 upAdd PowerShell Examples to Actions #283
Comments
Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
Thanks for the issue and accompanying PR |
What article on docs.github.com is affected?
https://docs.github.com/en/free-pro-team@latest/actions/quickstart
What part(s) of the article would you like to see updated?
Actions Quickstart
As a PowerShell developer, I find GitHub Actions wildly useful and very straightforward. PowerShell is built into each of the runner images, and is supported out of the box. PowerShell has a strong CI/CD community and it makes a ton of sense to include it in the quickstart.
#284
Actions Cache Example
Add PowerShell to the examples.md and include all appropriate directories for each OS.
actions/cache#431
Actions Workflow Examples
I understand that the repository states that GitHub is not adding new workflows at this time, but I believe PowerShell was overlooked in the original documentation, which is a common problem in our community. Fortunately, PowerShell was not looked over in the runners🤩
GitHub documentation just went public, I am updating GitHub Action Documentation with a PowerShell example. This workflow will help me create more complete documentation for the community. GitHub has provided runners with PowerShell's testing framework, Pester, built-in and accepting this pull request will help complete the documentation for my proposed PR for adding sample.
actions/starter-workflows#661