Open 0xvgd opened 2 years ago
There is no way of making hardhat compile
fail on warnings.
We are going to treat this issue as a feature request, and it is a good one.
This issue was marked as stale because it didn't have any activity in the last 30 days. If you think it's still relevant, please leave a comment indicating so. Otherwise, it will be closed in 7 days.
Dummy comment to prevent stale
This issue was marked as stale because it didn't have any activity in the last 30 days. If you think it's still relevant, please leave a comment indicating so. Otherwise, it will be closed in 7 days.
When I compile hardhat project, it succeeds with some warnings. What I want is to make github action CI succeeds only when it compiles with no warnings. How can I achieve this?
npx hardhat compile
always return 0 regardless of warnings, and how I can check the warning status in github action? Please help.