Back to Browse

Livecoding: setup free CI for your iOS repo with GitHub Actions!

238 views
Feb 22, 2026
12:32

We all've been there. Someone(even you) have just pushed a code to your GitHub repo and now the main/master branch is broken. A reviewer missed a mistake which could be easily detected by a compiler or unit-test. But no more! Let's introduce compiler and unit-tests to a merge-process. A beautiful world of Continuous Integration is awaiting! Let me show you some first steps. The link to the repository: https://github.com/Ssimboss/GitHub-CI-example 00:00 Intro 01:45 Putting a bug into the project 😱 02:55 Preventing direct push to main branch 05:00 Pushing a bug within a PR 06:48 Configuring GitHub action for build and tests 09:30 Integrating GitHub action to PR process

Download

0 formats

No download links available.

Livecoding: setup free CI for your iOS repo with GitHub Actions! | NatokHD