awslabs / git-secrets

Prevents you from committing secrets and credentials into git repositories
Apache License 2.0
12.36k stars 1.17k forks source link

run tests when PR opened #224

Closed dannysauer closed 1 year ago

dannysauer commented 1 year ago

Issue #, if available: (none)

Description of changes:

Add a github action to run make test on PRs

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

sparr commented 1 year ago

Until mid-2022, Travis CI was performing make test on PRs based on the existing .travis.yml. It is unclear to me what triggered that behavior or why it stopped. Perhaps it was configured through a Travis account that has expired. https://github.com/awslabs/git-secrets/pull/213/checks?check_run_id=7425761269

This PR would replace that defunct behavior with Github Actions.