Commit 2bb4a13 1 parent 8080c7c commit 2bb4a13 Copy full SHA for 2bb4a13
File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 19
19
DOXYGEN_VERSION : 1.9.8
20
20
21
21
jobs :
22
-
23
22
spell_check :
24
23
runs-on : ubuntu-latest
25
24
steps :
26
25
- name : Checkout
27
26
uses : actions/checkout@v4
27
+
28
28
- name : Install Requirements
29
29
run : |
30
30
sudo apt install -y \
31
31
expect \
32
32
silversearcher-ag
33
- - uses : tj-actions/changed-files@v42
33
+
34
+ - name : Retrieve changed files
35
+ uses : tj-actions/changed-files@v42
34
36
id : changed_files
35
37
with :
36
- separator : ' '
38
+ separator : " "
37
39
env :
38
40
ALL_CHANGED_FILES : ${{ steps.changed_files.outputs.all_changed_files }}
41
+ # run: echo "$ALL_CHANGED_FILES"
42
+
39
43
- name : Spell Test
40
- run : echo "$ALL_CHANGED_FILES" | ./scripts/spell_check/check_spelling.sh
44
+ run : |
45
+ echo "$ALL_CHANGED_FILES" \
46
+ echo "$ALL_CHANGED_FILES" | ./scripts/spell_check/check_spelling.sh
You can’t perform that action at this time.
0 commit comments