Add 256 filename support (prefix + name) and add support for space te… #19
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: QA | |
on: [ push, pull_request ] | |
jobs: | |
spellcheck: | |
name: Spellcheck | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
# Executes "typos ." | |
- uses: crate-ci/[email protected] |