Add sum and cnt stats in LATENCY LATEST (#224) #291
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
on: [push, pull_request] | |
permissions: | |
contents: read | |
jobs: | |
spellcheck: | |
runs-on: ubuntu-latest | |
name: Spellcheck | |
steps: | |
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | |
- uses: tbroadley/spellchecker-cli-action@v1 | |
with: | |
files: "commands/*.md topics/*.md !topics/modules-api-ref.md" | |
config: .spellcheckerrc.yml |