Bump systeminformation from 5.11.15 to 5.21.7 #104
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 Checker action | |
on: [pull_request, push] | |
jobs: | |
run: | |
name: Start Spell Checking with Typos | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Actions Repository | |
uses: actions/checkout@v2 | |
- name: Check spelling of * Files | |
uses: crate-ci/typos@master | |
with: | |
files: ./* |