* Check statement correctness on compile * format * Update src/frontend/mod.rs Co-authored-by: Ahmad Afuni <root@ahmadafuni.com> * clean error handling Co-authored-by: Ahmad Afuni <root@ahmadafuni.com> * clean coding style Co-authored-by: Ahmad Afuni <root@ahmadafuni.com> * don't need to return () Co-authored-by: Ahmad Afuni <root@ahmadafuni.com> * Update github workflow for mdbook * Resolve issue from merge: pass params to check() --------- Co-authored-by: Ahmad Afuni <root@ahmadafuni.com>
* feat: unify SignedPod and MainPod traits * fix: test * feat: enable workflows after draft
Reasoning: till now we're only compiling it when the changes land at the `main` branch, which allows invalid changes to the mdbook to pass the PR check. With the update at this commit we ensure that the new PRs pass the mdbook compilation check.