BurtonQin / lockbud

Statically detect memory, concurrency bugs and possible panic locations for Rust.
BSD 3-Clause "New" or "Revised" License
445 stars 25 forks source link

Possible to create GitHub Action #56

Closed MathieuSoysal closed 7 months ago

MathieuSoysal commented 7 months ago

Hello, thank you for this awesome project ! :D

I'm wondered if is possible to have a GitHub Action to execute directly the lockbud inside a rust project ?

BurtonQin commented 7 months ago

See README in master branch.

MathieuSoysal commented 7 months ago

THank you !