You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ScriptModuleRepositoryTemplate/TemplateRepoFiles/docs/Contributing.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ The code is built and tested by CI/CD pipelines on every commit to the `main` br
15
15
When developing locally, you can use [the VS Code tasks](/.vscode/tasks.json) to simulate the build and test process and be notified of any problems before pushing your code up to the remote repository.
16
16
In VS Code, open the command palette (Ctrl+Shift+P) and select `Tasks: Run Build Task` or `Tasks: Run Test Task`.
17
17
18
+
When you run the build task, it will run PSScriptAnalyzer and CSpell spellcheck.
19
+
If CSpell flags a word as `unknown` that is not misspelled, you can add it to the `.cspell.json` file in the root of the repository to have it ignore the word.
20
+
18
21
## 🚀 Publishing new versions
19
22
20
23
A prerelease version of the module is published automatically on every commit to the `main` branch.
0 commit comments