Skip to content

Commit

Permalink
add spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
vjdhama committed Sep 11, 2024
1 parent 484f779 commit cf059b5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/markdown-lint.yml → .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,18 @@ jobs:
with:
globs: ${{ steps.changed-files.outputs.all_changed_files }}
separator: ","
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: tj-actions/changed-files@v45
id: changed-files
with:
files: '**/*.md'
separator: ","
- uses: rojopolis/spellcheck-github-actions@0.41.0
name: Spellcheck
with:
source_files: ${{ steps.changed-files.outputs.all_changed_files }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# infraspec.dev

![Lint](https://github.com/github/docs/actions/workflows/markdown-lint.yml/badge.svg)

## Getting Started

### Prerequisites
Expand Down

0 comments on commit cf059b5

Please sign in to comment.