Files
percona-toolkit/.github/workflows/spelling.yml
Viktor Szépe a8fcc551a6 Add spelling workflow (#663)
* Add spelling workflow

* Revert pt-mongodb-query-digest README

* Fix another typo
2023-09-05 15:39:24 +03:00

25 lines
420 B
YAML

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