Changes to "autovalidate." Fixes to issues #95 and #96#132
Open
impxcts wants to merge 3 commits intoChicoState:mainfrom
Open
Changes to "autovalidate." Fixes to issues #95 and #96#132impxcts wants to merge 3 commits intoChicoState:mainfrom
impxcts wants to merge 3 commits intoChicoState:mainfrom
Conversation
…he user. This early check will exit if the user says that they are listening to "nothing" at the start rather than continuing regardless of what the user says.
Brought to my attention, I needed to include the header "#include <algorithm>" to fix a compiling issue with "transform()"
Added a CI work flow that builds the application in an Ubuntu environment with the command: g++ -std=c++17 main.cpp It is triggered to run whenever a pull request is made for the main branch or any new commits have been pushed to a branch called "devops."
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I made changes to autovalidate inside the main.cpp file, where it checks if the user answers the initial "What are you listening to?" question with "nothing" and if that is the user's response, it ends. I also added a CI workflow called "compile" that will build the application in an Ubunto environment with the command: g++ -std=c++17 main.cpp, and it will run whenever a pull request has been made for the main branch or any new commits have been pushed to a branch labeled as "devops."