Closed
Description
Just a heads up - I don't think that your GitHub Actions are testing PRs as intended. From looking at the action, I noticed the following line:
...which seems to re-clone the active master from your repo to build against rather than using the "incoming" code from a PR. To test this, I created this commit which deletes all the code, and then submitted this PR on which all the checks succeed.
My expectation is that compile examples should fail given all the code was deleted.
Activity