Skip to content

Commit 4b6213b

Browse files
authored
Update rat.yaml
1 parent 04501f8 commit 4b6213b

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/rat.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@ jobs:
3030
3131
- name: Create exception list
3232
run: |
33-
cat << EOF >exception.lst
34-
./exception.lst
35-
./CHANGES.md
36-
./go.sum
37-
./rat-report.txt
38-
./apache-rat-0.16.1/**
39-
./snap/snapcraft.yaml
40-
./vedor/**
41-
EOF
33+
echo ./exception.lst >exception.lst
34+
echo ./CHANGES.md >>exception.lst
35+
echo ./go.sum >>exception.lst
36+
echo ./rat-report.txt >>exception.lst
37+
echo ./apache-rat-0.16.1/** >>exception.lst
38+
echo ./snap/snapcraft.yaml >>exception.lst
39+
echo ./vedor/** >>exception.lst
4240
4341
- name: Run RAT
4442
run: |

0 commit comments

Comments
 (0)