mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Try to fix spell check workflow
This commit is contained in:
parent
b79f17b056
commit
6209228ddd
2
.github/workflows/code_layout.yml
vendored
2
.github/workflows/code_layout.yml
vendored
@ -170,7 +170,7 @@ jobs:
|
||||
- name: Spell Test
|
||||
if: steps.changed_files.outputs.any_changed == 'true'
|
||||
env:
|
||||
ALL_CHANGED_FILES: ${{ steps.changed_files.outputs.changed_files }}
|
||||
ALL_CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }}
|
||||
run: ./scripts/spell_check/check_spelling.sh
|
||||
|
||||
sip_check:
|
||||
|
Loading…
x
Reference in New Issue
Block a user