Skip to content

Commit

Permalink
CI: Add typos CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
liby committed Dec 6, 2023
1 parent 730756c commit 371edb9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Spell Check
on:
pull_request:
push:
branches:
- "main"
jobs:
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master
4 changes: 4 additions & 0 deletions typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ extend-exclude = [
"apps/rollup-example/lotsOfStyles.js",
"flow-typed/*",
]

[default.extend-words]
# Ignore false-positives
stylex = "stylex"

0 comments on commit 371edb9

Please sign in to comment.