Avoid clang-tidy false positives for intrusive_ptr #67
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: 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 |