blackstar257 / action-csvlint

Action for command line tool that validates a CSV file.

Home Page:https://github.com/Clever/csvlint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV Lint Action

GitHub action that runs csvlint.

The project is heavily based on salt-lint-action, which was created by Roald Nefs

Usage

Run lint with default setting:

on: [push]

jobs:
  test:
    runs-on: ubuntu-latest
    name: csv lint
    steps:
    - uses: actions/checkout@v1
    - name: Run csv-lint
      uses: blackstar257/docker-csvlint@master
      env:
        ACTION_STATE_NAME: "_data/companies.csv"

About

Action for command line tool that validates a CSV file.

https://github.com/Clever/csvlint

License:MIT License


Languages

Language:Shell 54.8%Language:Dockerfile 45.2%