Skip to content

Commit d5b02ba

Browse files
committed
cicd: print name
1 parent a70c373 commit d5b02ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/database.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
set -e
1515
curl -sSL https://github.com/Clever/csvlint/releases/download/v0.3.0/csvlint-v0.3.0-linux-amd64.tar.gz | tar xz --strip-components=1
1616
for filename in data/v2/csv/*.csv; do
17+
echo "$filename"
1718
./csvlint "$filename"
1819
done
1920
sqlite:

0 commit comments

Comments
 (0)