We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12317a8 commit 79fefb1Copy full SHA for 79fefb1
.github/workflows/csvlint.yml
@@ -8,5 +8,5 @@ jobs:
8
- uses: actions/checkout@v1
9
- name: Install csvkit
10
run: pip install csvkit
11
- - name: Lint CSV file
12
- run: csvclean --validate .shelldio/all_stations.txt
+ - name: Validate CSV file with csvformat
+ run: csvformat .shelldio/all_stations.txt > /dev/null
0 commit comments