zeek/auxil/broker/caf/.github/workflows/check-typos.yml
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

13 lines
274 B
YAML

name: check-typos
on: [push, pull_request]
jobs:
typos:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- name: Spell checking over all files
uses: crate-ci/typos@master
with:
config: .typos-config.toml