Skip to content

CSV Contribution

Actions
Checks contributions to CSV files
1.0.1
Latest
Star (0)

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.

CSV Contribution is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Checks contributions to CSV files
1.0.1
Latest

CSV Contribution is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.