Commit 3b087992 authored by Marian Triebe's avatar Marian Triebe

Add crate-ci/typos workflow

parent 35737b2f
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
[files]
extend-exclude = ["*.pem"]
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment