Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

feat(CI): workflow for building site #269

Merged
merged 1 commit into from
Sep 3, 2021
Merged

Conversation

ryparker
Copy link
Contributor

Summary

This PR implements CI workflows that verify changes do not break builds.

GitHub Workflows:

  • builds the workshop site

Fixes #259


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mergify
Copy link
Contributor

mergify bot commented Aug 13, 2021

"### Pull Request Checklist * [ ] Testing - Unit test added (prefer not to modify an existing test, otherwise, it's probably a breaking change) * [ ] Title and Description - Change type: title prefixed with fix, feat and module name in parens, which will appear in changelog - Title: use lower-case and doesn't end with a period - Breaking?: last paragraph: 'BREAKING CHANGE: <describe what changed + link for details>' - Issues: Indicate issues fixed via: 'Fixes #xxx' or 'Closes #xxx'"

@ryparker ryparker changed the title feat(CI): workflows for building site and verifying sample code feat(CI): workflow for building site and verifying sample code Aug 13, 2021
@ryparker ryparker changed the title feat(CI): workflow for building site and verifying sample code feat(CI): workflow for building site Aug 13, 2021
@ryparker ryparker requested a review from NGL321 August 13, 2021 21:43
@ryparker ryparker self-assigned this Aug 13, 2021
Copy link
Contributor

@NGL321 NGL321 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the future it could save on CI time to use a runner with Hugo installed. For now its not particularly important

@mergify
Copy link
Contributor

mergify bot commented Sep 3, 2021

Thank you for contributing! Your pull request is now being automatically merged.

@ryparker ryparker merged commit 1ffa155 into master Sep 3, 2021
@ryparker ryparker deleted the ci-build-hugo-site branch September 3, 2021 15:33
@ryparker ryparker added the contribution/core This is a PR that came from AWS. label Sep 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement build, synth, and test checks in CI
2 participants