A Github Action that checks contributions to CSV files. Made for mirrorfm-data, a data-as-code repository.
Required The content of the file to check. Default ""
.
Required The content of the file to check. Default "false"
.
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.