Skip to content

Commit

Permalink
Create spelling workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Sep 30, 2024
1 parent 6cab311 commit 4f677d5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Spelling"

on: # yamllint disable-line rule:truthy
pull_request: null
push:
branches:
- "master"

jobs:
typos:
name: "Tpos"
runs-on: "ubuntu-22.04"
steps:
-
name: "Check out repository"
uses: "actions/checkout@v3"
-
name: "Search for misspellings"
uses: "crate-ci/typos@master"

0 comments on commit 4f677d5

Please sign in to comment.