Skip to content

Commit cceafe5

Browse files
committed
fix: extract archive
1 parent 73e437e commit cceafe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Lint
1313
run: |
1414
set -e
15-
curl -sSOL https://github.com/Clever/csvlint/releases/download/v0.3.0/csvlint-v0.3.0-linux-amd64.tar.gz
15+
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
1717
./csvlint "$filename"
1818
done

0 commit comments

Comments
 (0)