PT-2307 include last inactive check mesages on pt-galera-log-explainer #239
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@v4 | |
- uses: crate-ci/typos@master |