Skip to content

Commit

Permalink
CI: Add and enforce typos check
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed May 3, 2024
1 parent f55d460 commit 4153262
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
reuse:
uses: lunr-php/actions-templates/.github/workflows/reuse.yml@master
typos:
uses: lunr-php/actions-templates/.github/workflows/typos.yml@master
with:
config: tests/typos.toml
Empty file added tests/typos.toml
Empty file.

0 comments on commit 4153262

Please sign in to comment.