Skip to content

Commit 5e28bc3

Browse files
committed
testing csvclean
1 parent 8c28cb7 commit 5e28bc3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/csvlint.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
name: CSV Lint
2+
13
on: [push]
24

35
jobs:
46
test:
57
runs-on: ubuntu-latest
6-
name: csv lint
78
steps:
8-
- uses: actions/checkout@v1
9-
- name: Install csvkit
10-
run: pip install csvkit
11-
- name: Validate CSV file with csvformat
12-
run: csvformat .shelldio/all_stations.txt > /dev/null
9+
- uses: actions/checkout@v4
10+
- name: Install csvkit
11+
run: pip install csvkit
12+
- name: Validate CSV file with csvclean
13+
run: csvclean -n .shelldio/all_stations.txt

0 commit comments

Comments
 (0)