mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-03 19:15:54 +00:00
Add spelling workflow (#663)
* Add spelling workflow * Revert pt-mongodb-query-digest README * Fix another typo
This commit is contained in:
24
.github/workflows/spelling.yml
vendored
Normal file
24
.github/workflows/spelling.yml
vendored
Normal 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
|
Reference in New Issue
Block a user