mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-28 02:18:31 +07:00
This is more considerate of the computational resources. The lint checks are not the bottleneck, and now they won't starve other jobs from starting. All checks will still run and a failure in any of them will fail the job. Also upgrade Python and Node versions + Remove unused 'max-parallel'