deidentify-data / deidentify_data

MIT License
0 stars 0 forks source link

Set up GitHub workflow. #9

Open mcvholloway opened 1 year ago

mcvholloway commented 1 year ago

This workflow can, among other things, run unit tests and pre-commit hooks, make sure that every PR is connected to an issue.

ksaustin88 commented 1 year ago
  1. once precommit hooks set up -- need github action to run the pre-commit hooks to verify no files changed.
  2. need workflow to run pytest (maybe parameterized via python versions 3.7+
  3. need a workflow to build a package version (to test "deployment")

    more????