CDCgov / RecordLinker

Apache License 2.0
1 stars 0 forks source link

Adding workflows for unit tests and linting #11

Closed ericbuckley closed 5 days ago

ericbuckley commented 1 week ago

Description

Adding 4 different GitHub workflows to help with managing code checks.

  1. unit tests
  2. linting
  3. code vulnerabilities
  4. dependency vulnerabilities

Related Issues

closes #7

Additional Notes

Also removing the scripts/vulnerability_checks.sh script as we're going to try using GH tools (ie CodeQL and Dependabot) for managing those checks and won't need an independent script for it anymore.

Checklist

Please review and complete the following checklist before submitting your pull request:

Checklist for Reviewers

Please review and complete the following checklist during the review process: