mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
dd2542e96c
Original work here, #18474, refixed and updated.
21 lines
324 B
YAML
21 lines
324 B
YAML
---
|
|
name: Codespell
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [master]
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
codespell:
|
|
name: Check for spelling errors
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v3
|
|
- name: Codespell
|
|
uses: codespell-project/actions-codespell@v2
|