mirror of
https://github.com/minio/minio.git
synced 2024-12-26 07:05:55 -05:00
16 lines
266 B
YAML
16 lines
266 B
YAML
---
|
|
name: Spelling
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
run:
|
|
name: Spell Check with Typos
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout Actions Repository
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Check spelling of repo
|
|
uses: crate-ci/typos@master
|
|
|