Skip to content

Commit 79fefb1

Browse files
committed
test null
1 parent 12317a8 commit 79fefb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/csvlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
- uses: actions/checkout@v1
99
- name: Install csvkit
1010
run: pip install csvkit
11-
- name: Lint CSV file
12-
run: csvclean --validate .shelldio/all_stations.txt
11+
- name: Validate CSV file with csvformat
12+
run: csvformat .shelldio/all_stations.txt > /dev/null

0 commit comments

Comments
 (0)