Skip to content

krook/csv-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV lint Docker action

This action validates a given comma-separated values file.

This modified action is based on code originally created by the authors in the license.

Inputs

CSV_FILE

Required The path of the file to validate.

Example usage

on: 
  pull_request:
    paths:
      - 'file.csv'

jobs:
  verify-cvs-validation:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Validate CSV
        uses: krook/csv-lint@main
        env:
          CSV_FILE: "file.csv"

About

A simple action to validate a given CSV file.

Resources

License

Stars

Watchers

Forks

Packages