This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
chore: add gh action for dev container builds #468
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ryanleecode
force-pushed
the
fix/dev-container
branch
from
December 20, 2022 19:11
8200e75
to
400c1e9
Compare
ryanleecode
force-pushed
the
fix/dev-container
branch
from
December 20, 2022 23:27
400c1e9
to
cdf6788
Compare
ryanleecode
force-pushed
the
fix/dev-container
branch
from
December 20, 2022 23:56
aed3783
to
90b6d56
Compare
ryanleecode
force-pushed
the
fix/dev-container
branch
from
December 21, 2022 00:06
90b6d56
to
e54689d
Compare
ryanleecode
force-pushed
the
fix/dev-container
branch
from
December 21, 2022 00:25
e54689d
to
81f1551
Compare
ryanleecode
force-pushed
the
fix/dev-container
branch
from
December 21, 2022 00:39
81f1551
to
663fd3f
Compare
@tjjfvi still conflicted above having both "push" and "pull request" b/c it adds a lot of clutter |
@ryanleecode Oh, I didn't realize that would make it run twice for PRs. Yeah, |
ryanleecode
force-pushed
the
fix/dev-container
branch
from
December 21, 2022 17:18
663fd3f
to
4d0dfad
Compare
ryanleecode
force-pushed
the
fix/dev-container
branch
from
December 21, 2022 20:18
4d0dfad
to
c844cfd
Compare
ryanleecode
force-pushed
the
fix/dev-container
branch
from
December 21, 2022 21:01
c844cfd
to
10255b7
Compare
harrysolovay
approved these changes
Dec 21, 2022
this fixes the dev container build because it enables the --no-lock flag introduced in this version.
harrysolovay
force-pushed
the
fix/dev-container
branch
from
December 21, 2022 21:33
10255b7
to
05ff4da
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #465
Description
Fix dev container build not working and add gh action to ensure the build always passes.