mirror of
https://github.com/OpenAMP/open-amp.git
synced 2025-12-06 19:51:14 +08:00
The webispy/checkpatch-action does not seems to work properly. Even if it detects coding style issue, the return state is successful. This patch replaces the action by the compliance python script obtained from the Zephyr project. This script also runs gitlint to check commit messages. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>