github.com/minio/minio@v0.0.0-20240328213742-3f72439b8a27/.github/workflows/typos.yml (about)

     1  ---
     2  name: Test GitHub Action
     3  on: [pull_request]
     4  
     5  jobs:
     6    run:
     7      name: Spell Check with Typos
     8      runs-on: ubuntu-latest
     9      steps:
    10      - name: Checkout Actions Repository
    11        uses: actions/checkout@v4
    12  
    13      - name: Check spelling of repo
    14        uses: crate-ci/typos@master
    15