Removed the delay in play feature that was causing the raster overlays to blink when transitioning from one year to the next.
Also, added GitHub actions for continuously testing and linting pushed code.
Type of change
Please delete options that are not relevant.
[X] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Using manual tests and automated units tests.
Checklist:
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[X] My changes generate no new warnings
[X] New and existing unit tests pass locally with my changes
[X] Any dependent changes have been merged and published in downstream modules
[X] I have checked my code and corrected any misspellings
[X] I have signed the commit message to agree to Developer Certificate of Origin (DCO) (to certify that you wrote or otherwise have the right to submit your contribution to the project.) by adding "--signoff" to my git commit command.
Description
Removed the delay in play feature that was causing the raster overlays to blink when transitioning from one year to the next.
Also, added GitHub actions for continuously testing and linting pushed code.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Using manual tests and automated units tests.
Checklist: