summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2022-06-08Bump actions/setup-python from 3 to 4dependabot[bot]
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01stop specifying full version for setup-nodeDaniel Micay
2022-03-21Bump actions/cache from 2 to 3dependabot[bot]
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01Bump actions/checkout from 2 to 3dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28Bump actions/setup-python from 2 to 3dependabot[bot]
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-24Bump actions/setup-node from 2 to 3.0.0dependabot[bot]
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3.0.0)
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]
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-27GitHub environment includes BrotliDaniel Micay
2021-11-25add pip to dependabotDaniel 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]
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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]
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v1...v2.1.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30Bump actions/setup-node from 1 to 2.4.1dependabot[bot]
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.4.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...v2.4.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30use consistent indent style for YAMLDaniel Micay
2021-09-30use dependabot for GitHub ActionsDaniel Micay
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-16Create dependabot.ymlflawedworld
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
Uses a GitHub-hosted runner in order to run validate_static for all pull requests and pushes to master. See https://help.github.com/en/actions/getting-started-with-github-actions/about-github-actions for more details.
2020-04-07use organization funding metadataDaniel Micay
2019-09-26add GitHub sponsors metadataDaniel Micay
2019-06-18add GitHub funding metadataDaniel Micay