Skip to content

mirrorfm/csv-contribution-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

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.