mrtazz / checkmake

experimental linter/analyzer for Makefiles
MIT License
1.02k stars 44 forks source link

Tip: How to use checkmake on GitHub Actions #67

Closed junaruga closed 2 years ago

junaruga commented 2 years ago

This issue ticket is just to share what I did to run checkmake on GitHub Actions for someone who wants to do it like me.

As there is no deb package on Ubuntu focal, seeing https://packagecloud.io/mrtazz/checkmake, I added docker build and run commands at https://github.com/junaruga/cpp-test/commit/5323881b39b9b993bdb97a1d283b4486360f3be0 .