Skip to content

Add a CI check for config.h, and some other useful checks

Philip Chimento requested to merge ptomato/gjs:447-check-headers into master

Checks that headers are included in the right order: first <config.h> (mandatory), then C stdlib headers, then C++ stdlib headers, then GNOME platform headers, then SpiderMonkey headers, then GJS headers.

Closes: #447 (closed)

Merge request reports