Skip to content

Promotion from AMD internal branch for 2024.Q1.3 #3556

Promotion from AMD internal branch for 2024.Q1.3

Promotion from AMD internal branch for 2024.Q1.3 #3556

Workflow file for this run

name: Spell Check
on: [pull_request]
jobs:
run:
name: typos
runs-on: "ubuntu-latest"
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Check spelling
uses: crate-ci/typos@v1.13.1
- name: Help
if: always()
run: |
echo 'To run the check locally, install typos from https://github.com/crate-ci/typos and run `typos` in the repository.'
echo 'Run `typos -w` to automatically correct spelling mistakes.'
echo
echo 'Please add false positives to .typos.toml'