moodlehq / moodle-local_codechecker

A Moodle local plugin providing a simple web UI to run the MoodleCS coding style checks with PHP_CodeSniffer.
63 stars 72 forks source link

Add some windows runs to GHA #208

Open stronk7 opened 1 year ago

stronk7 commented 1 year ago

We don't usually test codechecker under Windows, not many have that OS at hand. A very least we should guarantee that GHA performs one Windows run to detect regressions better.

See for example #207, that was not detected because everything is working ok under unix.

Ciao :-)