Skip to content

Helper UI: Preview feature no longer, NatGateway #1638

Helper UI: Preview feature no longer, NatGateway

Helper UI: Preview feature no longer, NatGateway #1638

on: [pull_request, workflow_dispatch]
name: Check Markdown
jobs:
Validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- 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.12.8
with:
files: ./*.md
config: ./.github/workflows_dep/_typos.toml