• 5 Posts
  • 361 Comments
Joined 3 years ago
cake
Cake day: July 1st, 2023

help-circle


















  • A lot of that pain can be reduced by writing and running your code locally before pushing it to a CI environment. Generally with our automation we write a CLI, And GitHub actions is just an execution environment that calls the CLI.

    And if what you’re trying to do must execute inside an action. You can run workflows locally with docker!