CDCgov / RecordLinker

The RecordLinker is a service that links records from two datasets based on a set of common attributes. The service is designed to be used in a variety of public health contexts, such as linking patient records from different sources or linking records from different public health surveillance systems.
https://cdcgov.github.io/RecordLinker/
Apache License 2.0
2 stars 0 forks source link

Setup CI workflow to run tests, linting and vulnerability checks #7

Closed ericbuckley closed 1 month ago

ericbuckley commented 2 months ago

Summary

Create CI workflow that runs tests, linting and vulnerability checks on every commit.

Acceptance Criteria

Details / Tasks

Unit and linting should be required for a PR to be accepted, but the vulnerability checks can be informational for now.