build(deps): bump lib/madara from 9ca3390
to 1729adc
(#480)
#1228
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: Spell Check | |
on: [push, pull_request] | |
jobs: | |
spell-check: | |
runs-on: ubuntu-latest | |
timeout-minutes: 5 | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: codespell-project/actions-codespell@v1 | |
with: | |
check_filenames: true | |
check_hidden: true | |
ignore_words_file: ./.codespellignore Cargo.toml | |
skip: target |