summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Expand)Author
2025-02-14update GitHub workflow Python to 3.12Daniel Micay
2023-12-06Bump actions/setup-python from 4 to 5dependabot[bot]
2023-10-23Bump actions/setup-node from 3 to 4dependabot[bot]
2023-09-04Bump actions/checkout from 3 to 4dependabot[bot]
2023-06-10use Python 3.11 for CIDaniel Micay
2023-01-16use better npm command for GitHub workflowDaniel Micay
2023-01-10require hashes and binary wheels for pipDaniel Micay
2023-01-07no need to checkout submodules for GitHub ActionsDaniel Micay
2023-01-07obtain validatornu release from npmDaniel Micay
2022-06-08Bump actions/setup-python from 3 to 4dependabot[bot]
2022-04-01stop specifying full version for setup-nodeDaniel Micay
2022-03-21Bump actions/cache from 2 to 3dependabot[bot]
2022-03-01Bump actions/checkout from 2 to 3dependabot[bot]
2022-02-28Bump actions/setup-python from 2 to 3dependabot[bot]
2022-02-24Bump actions/setup-node from 2 to 3.0.0dependabot[bot]
2021-12-14use Python 3.10 for CIDaniel Micay
2021-11-29bind actions to major versionsDaniel Micay
2021-11-29Bump actions/setup-node from 2.4.1 to 2.5.0dependabot[bot]
2021-11-27GitHub environment includes BrotliDaniel Micay
2021-11-25use setup-python with cache for python dependenciesDaniel Micay
2021-11-25drop nginx lint GitHub Actions workflowDaniel Micay
2021-11-23Bump actions/cache from 2.1.6 to 2.1.7dependabot[bot]
2021-11-18merge validate_static into process_staticDaniel Micay
2021-09-30use curl instead of wget for workflowDaniel Micay
2021-09-30use setup-node to cache node modules for workflowDaniel Micay
2021-09-30Bump actions/cache from 1 to 2.1.6dependabot[bot]
2021-09-30Bump actions/setup-node from 1 to 2.4.1dependabot[bot]
2021-07-16run GitHub workflows on pushes to any branchDaniel Micay
2021-07-08rename scriptsDaniel Micay
2021-04-23update branch for GitHub Actions / dependabotDaniel Micay
2021-02-15add GitHub workflow for linting nginx.confDaniel Micay
2021-01-25checkout submodules in GitHub actionDaniel Micay
2020-12-21run process_static as part of GitHub workflowDaniel Micay
2020-09-17remove trailing newlineDaniel Micay
2020-09-17update validatornu version for github workflowDaniel Micay
2020-05-08run apt-get update in GitHub validate actionDaniel Micay
2020-05-06validate_static: check Web Manifest JSONDaniel Micay
2020-05-06add GitHub workflow for validate_staticinthewaves