-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: implementation of a calculator #302
base: main
Are you sure you want to change the base?
Conversation
una volta applicate delle modifiche, devo effettuare una nuova pull request? |
no, se vedi poco sopra la tua risposta c'è il commit che hai fatto, quando invii (push) un commit in una branch, se con questa branch hai aperto una PR, allora anche la PR verrà aggiornata Comunque, nota che nella pipeline, lo step "cpp-check" si lamenta di qualcosa, clicca su Details e vedi cos'è |
Il fatto che la pipeline restituisca errori, è un processo automatico o dipende da te? |
Purtroppo per i nuovi utenti di GitHub le pipeline sono "bloccate" e le devo "approvare", appena clicco "approva" si avviano e fanno tutto in automatico |
Implementation of a calculator, the operations are selectable by the user at runtime.