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

Опубликовано: 14 Июнь 2026
на канале: Coder and Developer
327
10

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...

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