Skip to content

GreatGodatwork-ship-it/csv-contribution-action

 
 

Repository files navigation

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.

About

Checks contributions to CSV files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.1%
  • Shell 24.9%