summaryrefslogtreecommitdiff
path: root/.github/workflows/style_and_docs.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-08-13Use "fetch-depth: 0" to retrieve all history from remoteMassimiliano Culpo1-3/+1
2020-08-13Simplified YAML files for Github Actions workflowsMassimiliano Culpo1-4/+1
Updated actions where needed
2020-08-13Group tests with similar duration togetherMassimiliano Culpo1-0/+70
Style and documentation tests take just a few minutes to run. Since in Github actions one can't restart a single job but needs to restart an entire workflow, here we group tests with similar duration together.