Skip to content

Commit

Permalink
fix: extract archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Mar 1, 2025
1 parent 73e437e commit cceafe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Lint
run: |
set -e
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
for filename in data/v2/csv/*.csv; do
./csvlint "$filename"
done
Expand Down

0 comments on commit cceafe5

Please sign in to comment.