Getting the app up and running and contributing - rafael-cagliari/chuck-norris-facts-app GitHub Wiki

Running the application

The current version of the app on the main branch is already set to run upon building on Android Studio.

Contributing

This project uses GitHub actions for running a Continuous Integration (CI) script upon merge request to the main branch, running among other tests gradlew in order to confirm the new code can build successfully.

In this example I am trying to merge the testing branch to the main branch. Only after passing all tests the branch is merged.