Add spelling workflow (#663)

* Add spelling workflow

* Revert pt-mongodb-query-digest README

* Fix another typo
This commit is contained in:
Viktor Szépe
2023-09-05 14:39:24 +02:00
committed by GitHub
parent d5e8d42251
commit a8fcc551a6
4 changed files with 80 additions and 2 deletions

24
.github/workflows/spelling.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: spelling
# I take care of your fat fingers and ESL mistakes.
on:
push:
branches: [ "3.x" ]
pull_request:
branches: [ "3.x" ]
permissions: {}
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
typos_check:
name: Typos
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: actions/checkout@v3
- uses: crate-ci/typos@master