Skip to content
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

Setup Github Actions #48

Merged
merged 2 commits into from
Jul 2, 2024
Merged

Setup Github Actions #48

merged 2 commits into from
Jul 2, 2024

Conversation

joaorsalmeida
Copy link
Contributor

@joaorsalmeida joaorsalmeida commented Jul 2, 2024

Neste Pull Request adicionamos GitHub Actions ao projeto. Esta ferramenta do Github é um recurso ligado a Integração Contínua e permite que todos códigos submetidos ao projeto através de um Pull Request sejam avaliados em um ambiente isolado.

Na prática, todo novo código enviado via Pull Request vai ser baixado em um computador com Ubuntu, serão instalados Ruby, Node, Gems e outras dependências e em seguida serão executados comandos ligados à qualidade do nosso código como testes e Rubocop. Caso algum destes comandos não seja executado com sucesso, a execução do GitHub Actions vai falhar e o código enviado no Pull Request será considerado inválido para merge.

Para saber mais:

@joaorsalmeida joaorsalmeida force-pushed the add-github-actions-1 branch from 9a9b865 to 8859c87 Compare July 2, 2024 18:09
@joaorsalmeida joaorsalmeida marked this pull request as ready for review July 2, 2024 18:14
@joaorsalmeida joaorsalmeida merged commit 779e94f into main Jul 2, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant