Skip to content

Commit cf059b5

Browse files
committed
add spellcheck
1 parent 484f779 commit cf059b5

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,18 @@ jobs:
2323
with:
2424
globs: ${{ steps.changed-files.outputs.all_changed_files }}
2525
separator: ","
26+
spellcheck:
27+
runs-on: ubuntu-latest
28+
steps:
29+
- uses: actions/checkout@v4
30+
with:
31+
fetch-depth: 0
32+
- uses: tj-actions/changed-files@v45
33+
id: changed-files
34+
with:
35+
files: '**/*.md'
36+
separator: ","
37+
- uses: rojopolis/[email protected]
38+
name: Spellcheck
39+
with:
40+
source_files: ${{ steps.changed-files.outputs.all_changed_files }}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# infraspec.dev
22

3+
![Lint](https://github.com/github/docs/actions/workflows/markdown-lint.yml/badge.svg)
4+
35
## Getting Started
46

57
### Prerequisites

0 commit comments

Comments
 (0)