We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e437e commit cceafe5Copy full SHA for cceafe5
.github/workflows/database.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Lint
13
run: |
14
set -e
15
- curl -sSOL https://github.com/Clever/csvlint/releases/download/v0.3.0/csvlint-v0.3.0-linux-amd64.tar.gz
+ 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
16
for filename in data/v2/csv/*.csv; do
17
./csvlint "$filename"
18
done
0 commit comments