mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Update code_layout action
Replace inactive trilom/file-changes-action with tj-actions/changed-files for spell check
This commit is contained in:
parent
125483f0ba
commit
73f330097c
7
.github/workflows/code_layout.yml
vendored
7
.github/workflows/code_layout.yml
vendored
@ -144,13 +144,12 @@ jobs:
|
||||
sudo apt install -y \
|
||||
expect \
|
||||
silversearcher-ag
|
||||
- uses: trilom/file-changes-action@v1.2.4
|
||||
- uses: tj-actions/changed-files@v35
|
||||
id: changed_files
|
||||
with:
|
||||
output: ' '
|
||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
separator: ' '
|
||||
- name: Spell Test
|
||||
run: ./scripts/spell_check/check_spelling.sh -r ${{ steps.changed_files.outputs.files_modified }} ${{ steps.changed_files.outputs.files_added }}
|
||||
run: ./scripts/spell_check/check_spelling.sh -r ${{ steps.changed_files.outputs.all_changed_files }}
|
||||
|
||||
sip_check:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user