We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484f779 commit cf059b5Copy full SHA for cf059b5
.github/workflows/markdown-lint.yml .github/workflows/lint.yml.github/workflows/markdown-lint.yml renamed to .github/workflows/lint.yml
@@ -23,3 +23,18 @@ jobs:
23
with:
24
globs: ${{ steps.changed-files.outputs.all_changed_files }}
25
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
35
+ files: '**/*.md'
36
+ separator: ","
37
+ - uses: rojopolis/[email protected]
38
+ name: Spellcheck
39
40
+ source_files: ${{ steps.changed-files.outputs.all_changed_files }}
README.md
@@ -1,5 +1,7 @@
1
# infraspec.dev
2
3
+
4
+
5
## Getting Started
6
7
### Prerequisites
0 commit comments