Add shebang and make cspell script executable for bash invocation#11330
Add shebang and make cspell script executable for bash invocation#11330benbp merged 4 commits intoAzure:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a shebang line and makes the cspell script executable to enable direct bash invocation. The changes allow the PowerShell script to be run directly from the command line without explicitly invoking PowerShell.
- Adds shebang line to PowerShell script for direct execution
- Includes comprehensive documentation for the spelling check scripts
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/common/spelling/README.md | Adds complete documentation for the spelling check functionality |
| eng/common/spelling/Invoke-Cspell.ps1 | Adds shebang line for direct script execution |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11330 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Fan Yang <yangfan@microsoft.com> Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11330 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Fan Yang <yangfan@microsoft.com> Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Pulling in docs from @fanyang-mono's #11289 and updating the cspell script so that it can be invoked from a bash shell.