sorosh_sabz
sorosh_sabz

Reputation: 3003

How to use the Cake build system with GitHub Action

I want to use the Cake build system for building my project and I want use it in GitHub action for helping continuous integration and more.

But I couldn't find any useful document to what are you doing. Is there one?

Is there any documentation or best practice about this?

I searched for it, but I did not find anything useful.

Upvotes: 0

Views: 336

Answers (1)

sorosh_sabz
sorosh_sabz

Reputation: 3003

After some working I found some useful information about it in the GitHub Cake project

Upvotes: 1

Related Questions