Files
mkdocs/.github/workflows
Oleh Prypin 6f5443caee CI: Run all lint checks in one job (#2501)
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'
2021-07-14 22:02:15 +02:00
..