Add lint_datasets.sh which runs the srlearn/linter binary over all datasets in the srlearn/ directory, and propagates any error to the exit status (exit 2 implies linting errors)
Add data-lint.yml workflow to lint on pull requests, pushes, and releases
Add linter to .gitignore since the binary may be used in this repository
lint_datasets.sh
which runs thesrlearn/linter
binary over all datasets in thesrlearn/
directory, and propagates any error to the exit status (exit 2 implies linting errors)data-lint.yml
workflow to lint on pull requests, pushes, and releaseslinter
to.gitignore
since the binary may be used in this repository