Skip to content
#

CD (Disambiguation)

CD, within the context of CI/CD, can mean multiple things:

Here are 32 public repositories matching this topic...

Automatically compile and test a simple C program using GitHub Actions whenever changes are pushed or a pull request is created to the main branch. The action installs GCC, compiles the C code, and runs the resulting program, ensuring it functions as expected without manual intervention.

  • Updated Feb 23, 2025
  • C