Skip to content

Commit 19cebc1

Browse files
echo
1 parent 8080c7c commit 19cebc1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/code_layout.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,16 @@ jobs:
3030
sudo apt install -y \
3131
expect \
3232
silversearcher-ag
33+
3334
- uses: tj-actions/changed-files@v42
3435
id: changed_files
3536
with:
3637
separator: ' '
3738
env:
3839
ALL_CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }}
40+
run: echo "$ALL_CHANGED_FILES"
41+
3942
- name: Spell Test
40-
run: echo "$ALL_CHANGED_FILES" | ./scripts/spell_check/check_spelling.sh
43+
run: |
44+
echo "$ALL_CHANGED_FILES" \
45+
echo "$ALL_CHANGED_FILES" | ./scripts/spell_check/check_spelling.sh

0 commit comments

Comments
 (0)