close2 / csv

A dart csv to list codec / converter
MIT License
98 stars 24 forks source link

Add tests for #46 and include automated github action testing #47

Closed lil5 closed 2 years ago

lil5 commented 2 years ago

I have not changed anything in the src code, except for some linting.

This PR includes:

flutter-painter commented 2 years ago

@lil5 out of curiosity can anyone run the github action in .github/workflows/test.yml ? Excuse my ignorance but what is the command ?

lil5 commented 2 years ago

@flutter-painter I've had to merge tests into my master branch to test the CI.

All looks fine: https://github.com/lil5/csv/actions/runs/1484508418

If you want to test the CI yourself without merging first you can look into using https://github.com/nektos/act

I've added this commit to allow manual runs see docs how to run CI's manually.