[DRAFT] Updated API versions to latest version available #1841
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
on: [pull_request, workflow_dispatch] | |
name: Check Markdown | |
jobs: | |
Validation: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Typo file contents check | |
shell: bash | |
run: cat ./.github/workflows_dep/_typos.toml | |
- name: Check spelling of markdown files | |
uses: crate-ci/[email protected] | |
with: | |
files: ./*.md | |
config: ./.github/workflows_dep/_typos.toml |