Skip to content

Commit c319943

Browse files
Disable incremental_files_only in cspell-action (#60)
* Initial plan * Disable incremental_files_only in cspell-action Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent 20246d3 commit c319943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: streetsidesoftware/cspell-action@v8
2929
with:
3030
files: '**/*.{md,cs}'
31+
incremental_files_only: false
3132

3233
- name: Run YAML linter
3334
uses: ibiqlik/action-yamllint@v3

0 commit comments

Comments
 (0)