Skip to content
play

GitHub Action

CSV Contribution

1.0.1 Latest version

CSV Contribution

play

CSV Contribution

Checks contributions to CSV files

Installation

Copy and paste the following snippet into your .yml file.

              

- name: CSV Contribution

uses: mirrorfm/csv-contribution-action@1.0.1

Learn more about this action in mirrorfm/csv-contribution-action

Choose a version

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.