You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Actions gives you the flexibility to build an automated software development lifecycle workflow. You can write individual tasks, called actions, and combine them to create a custom workflow. Workflows are custom automated processes that you can set up in your repository to build, test, package, release, or deploy any code project on GitHub.
“With GitHub Actions you can build end-to-end continuous integration (CI) and continuous deployment (CD) capabilities directly in your repository. GitHub Actions powers GitHub's built-in continuous integration service. For more information, see "About continuous integration."
The xfrpc project is a lightweight implementation of the FRP client written in C language for OpenWRT and IoT systems. It is designed to provide an efficient solution for resource-constrained devices such as OpenWRT routers and IoT devices, which often have limited ROM and RAM space.
This topic automates code checks and compilation for 42 Network C-based projects. It ensures your code meets Norminette standards and compiles it with strict flags, all triggered by pushes or pull requests. Perfect for maintaining high code quality and consistency across your projects.
This topic automates code checks and compilation for 42 Network C-based projects. It ensures your code meets Norminette standards and compiles it with strict flags, all triggered by pushes or pull requests. Perfect for maintaining high code quality and consistency across your projects.