Skip to content

Commit d888fff

Browse files
authored
test new csvlint.yml
1 parent 7a52cce commit d888fff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/csvlint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: csv lint
77
steps:
88
- uses: actions/checkout@v1
9-
- name: Run csv-lint
10-
uses: blackstar257/docker-csvlint@master
11-
env:
12-
ACTION_STATE_NAME: ".shelldio/all_stations.txt"
9+
- name: Install csvkit
10+
run: pip install csvkit
11+
- name: Lint CSV file
12+
run: csvclean -n .shelldio/all_stations.txt

0 commit comments

Comments
 (0)