The GitHub Actions Tests workflow is triggered on PR submission. It runs test/test.sh
on the test files. Run this script locally to test your changes. If you're adding checking functionality for new file extensions, add test files that are known to pass this action's check and known to fail this action's check, in test/known_pass
and test/known_fail
respectively.