Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 621 Bytes

CONTRIBUTING.md

File metadata and controls

3 lines (2 loc) · 621 Bytes

Testing your contribution:

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.