Projects STRLCPY dummy Commits 9dfff239
🤬
  • ■ ■ ■ ■ ■ ■
    .github/workflows/typos.yml
     1 +name: typos
     2 + 
     3 +on:
     4 + push:
     5 + branches: [ main ]
     6 + pull_request:
     7 + branches: [ main ]
     8 + 
     9 +jobs:
     10 + run:
     11 + name: Spell Check with Typos
     12 + runs-on: ubuntu-latest
     13 + steps:
     14 + - name: Checkout Actions Repository
     15 + uses: actions/checkout@v2
     16 + 
     17 + - name: Check spelling of files in repository
     18 + uses: crate-ci/typos@master
     19 + 
Please wait...
Page is in error, reload to recover