Skip to content

Commit 87da07f

Browse files
committed
remove -n
1 parent 5e28bc3 commit 87da07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/csvlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Install csvkit
1111
run: pip install csvkit
1212
- name: Validate CSV file with csvclean
13-
run: csvclean -n .shelldio/all_stations.txt
13+
run: csvclean .shelldio/all_stations.txt

0 commit comments

Comments
 (0)