Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 635 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 635 Bytes

csv-contribution-action

A Github Action that checks contributions to CSV files. Made for mirrorfm-data, a data-as-code repository.

Inputs

file-content

Required The content of the file to check. Default "".

find-duplicates

Required The content of the file to check. Default "false".

Example usage

uses: stephanebruckert/csv-contribution-action@v1
with:
    file-content: 'a,b,c\na,b,c'
    find-duplicates: 'true'

A live example can be found here.