summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
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-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
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.