We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e28bc3 commit 87da07fCopy full SHA for 87da07f
.github/workflows/csvlint.yml
@@ -10,4 +10,4 @@ jobs:
10
- name: Install csvkit
11
run: pip install csvkit
12
- name: Validate CSV file with csvclean
13
- run: csvclean -n .shelldio/all_stations.txt
+ run: csvclean .shelldio/all_stations.txt
0 commit comments