Skip to content

Commit

Permalink
feat: add linting for text
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
  • Loading branch information
SMillerDev committed Jun 11, 2024
1 parent 8688bf6 commit 41ac353
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/lint-text.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Lint

on:
pull_request:
push:
branches:
- master

jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: typos-action
uses: crate-ci/typos@master

vale:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: errata-ai/vale-action@reviewdog
2 changes: 2 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[files]
extend-exclude = ["l10n/*.json"]

0 comments on commit 41ac353

Please sign in to comment.