Comparing tree hashes is more accurate for detecting content differences
between the merge commit and PR head, avoiding false positives when
the content is identical but commit SHAs differ.
* enable julia arg `--compiled-modules` during testing
* fix typo
* update `compiled_modules` docs
* update `compiled_modules` docs with link to manual
---------
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
#79 introduced a version requirement for annotations for installing the dependencies but not for the code that adds the annotations, resulting in a dependency error for certain versions.
Fixes#80