silverstripe / gha-run-tests

GitHub Action - CI test runner
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

FIX Change default value of doclinting to false #24

Closed emteknetnz closed 3 months ago

emteknetnz commented 3 months ago

Issue https://github.com/silverstripe/.github/issues/218

Default value should be false, similar to phpunit, endtoend etc having a false default.

This is to prevent behat tests from mistakenly running doclint e.g. https://github.com/silverstripe/silverstripe-contentreview/actions/runs/8553905339/job/23596501036#step:12:269

gha-generate-matrix will correctly create jobs with doclinting true when appropriate e.g. https://github.com/silverstripe/silverstripe-linkfield/actions/runs/8624795350/job/23640385514

emteknetnz commented 3 months ago

Updated