You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GitHub Action scripts for automated testing (#6)
This commit adds two jobs for GitHub Actions:
- fibdrv-check: It will execute `make` and `make check` to ensure that
the kernel module can be successfully built, loaded and used.
- coding-style: It will check the coding-style using clang-format.
0 commit comments