1
0
mirror of synced 2026-01-05 21:04:17 -05:00
Files
docs/data/reusables/actions/onboarding-next-steps.md
2022-10-04 03:25:42 +00:00

1.1 KiB

{% data variables.product.prodname_actions %} can help you automate nearly every aspect of your application development processes. Ready to get started? Here are some helpful resources for taking your next steps with {% data variables.product.prodname_actions %}:

  • For continuous integration (CI) workflows to build and test your code, see "Automating builds and tests."
  • For building and publishing packages, see "Publishing packages."
  • For deploying projects, see "Deployment."
  • For automating tasks and processes on {% data variables.product.prodname_dotcom %}, see "Managing issues and pull requests."
  • For examples that demonstrate more complex features of {% data variables.product.prodname_actions %}, including many of the above use cases, see "Examples." You can see detailed examples that explain how to test your code on a runner, access the {% data variables.product.prodname_dotcom %} CLI, and use advanced features such as concurrency and test matrices.