Skip to content

Removing references to nodeResourceGroupProfile #1788

Removing references to nodeResourceGroupProfile

Removing references to nodeResourceGroupProfile #1788

Workflow file for this run

on: [pull_request, workflow_dispatch]
name: Check Markdown
jobs:
Validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Typo file contents check
shell: bash
run: cat ./.github/workflows_dep/_typos.toml
- name: Check spelling of markdown files
uses: crate-ci/typos@v1.20.6
with:
files: ./*.md
config: ./.github/workflows_dep/_typos.toml