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 a54c70e commit 98976baCopy full SHA for 98976ba
.github/workflows/spelling.yml
@@ -74,6 +74,7 @@ jobs:
74
**.md
75
76
- name: Run Spellcheck
77
+ if: steps.changed-markdown-files.outputs.any_changed == 'true'
78
id: spellcheck
79
uses: rojopolis/spellcheck-github-actions@v0
80
with:
0 commit comments