Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't try to find upstream in detached HEAD (#2387) | Soni L | 2024-02-08 | 1 | -1/+12 |
| | | | HEAD is detached for new branches. | ||||
* | Fix lint CI on push (#1839) | Soni L | 2022-02-23 | 1 | -0/+2 |
| | |||||
* | Add clang-format check to CI (#1683) | Heejin Ahn | 2021-08-05 | 1 | -0/+24 |
This adds clang-format check to the CI. This only checks the diff so it doesn't affect the other parts of the codebase. Also generated files in src/prebuilt/ directories are excluded from the check. A new src/prebuilt/.clang-format is added to disable the check in the directory. scripts/clang-format-diff.sh is copied from the same file we are using in Binaryen. |