We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a52cce commit d888fffCopy full SHA for d888fff
1 file changed
.github/workflows/csvlint.yml
@@ -6,7 +6,7 @@ jobs:
6
name: csv lint
7
steps:
8
- 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"
+ - name: Install csvkit
+ run: pip install csvkit
+ - name: Lint CSV file
+ run: csvclean -n .shelldio/all_stations.txt
0 commit comments