Skip to content

krook/csv-lint-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSV lint Docker action test

This tests the krook/csv-lint action.

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

Used to test https://github.com/krook/csv-lint

Resources

License

Stars

Watchers

Forks

Contributors