add telemetry, remove placeholder aad group id, minor fixes #249
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Maintenance - Check Markdown Quality | |
on: | |
pull_request: | |
branches: [main] | |
workflow_dispatch: | |
jobs: | |
MustPass: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: streetsidesoftware/[email protected] | |
name: Spell Check | |
with: | |
config: './.vscode/cspell.json' | |
inline: warning | |
root: '.' | |
files: "**/*.{ts,js,md}" #You need to respecify this setting - even though it's in the cspell.json config :( | |
incremental_files_only: false | |
strict: true #setting to false allows the build to continue even if spelling mistakes are detected |