awslabs / dynein

DynamoDB CLI written in Rust.
https://github.com/awslabs/dynein
Apache License 2.0
360 stars 37 forks source link

chore: add GitHub workflow for PR audit #212

Closed tmyoda closed 4 months ago

tmyoda commented 4 months ago

Issue #, if available: Implement #210

Description of changes: This PR added a GitHub workflow job to execute a cargo audit when a PR is submitted, in order to maintain our code health.

An example execution: Success: https://github.com/tmyoda/dynein/actions/runs/8846880245 Failed: https://github.com/tmyoda/dynein/actions/runs/8847001630

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

tmyoda commented 4 months ago

Thank you for the review. I have pushed the changes based on your comment. Could you check this? Thanks.