fulldecent / system-bus-radio

Transmits AM radio on computers without radio transmitting hardware.
https://fulldecent.github.io/system-bus-radio/
MIT License
6.19k stars 386 forks source link

Script for checking no of tabs in TEST-DATA.csv so it never breaks GitHub preview #39

Closed TomasHubelbauer closed 6 years ago

TomasHubelbauer commented 6 years ago

I made this silly script in case you decided to use Travis. This will check for an equal amount of tabs on each line of the TSV file and error if they do not match. This way a working state of the GitHub preview (as well as the validity of the file arguably) can be ensured.

You can read about Travis GitHub PR integration here

fulldecent commented 6 years ago

This looks good, thanks for contributing. Can you please move to a tests/ folder.

I can turn on Travis after merging this.

fulldecent commented 6 years ago

Nice thank you!