About 628,000 results
Open links in new tab
  1. Creating an example workflow - GitHub Docs

    You can create an example workflow in your repository that automatically triggers a series of commands whenever code is pushed. In this workflow, GitHub Actions checks out the pushed code, installs the bats testing framework, and runs a …

  2. Use cases and examples - GitHub Docs

    Example workflows that demonstrate the features of GitHub Actions.

  3. GitHub Actions Workflows: Basics, Examples, and a Quick Tutorial

    GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that automates build, test, and deployment pipelines. It lets you create workflows that build and test all pull requests to a repository, or you can deploy merged …

  4. Workflow syntax for GitHub Actions

    Example: Setting the GITHUB_TOKEN permissions for an entire workflow This example shows permissions being set for the GITHUB_TOKEN that will apply to all jobs in the workflow. All permissions are granted read access.

  5. GitHub Actions example workflow 1 — Hello World! · GitHub

    Apr 25, 2025 · Can you Explain me why this is happening and also, How you're maintaining indents and Spaces while writing yml. So, where does "Hello,world" get written? Github reports …

  6. Accelerating new GitHub Actions workflows

    If you want to get started with GitHub Actions, you can use these starter workflows by clicking the "Actions" tab in the repository where you want to create a workflow. Each workflow must be written in YAML and have a .yml extension.

  7. creating-an-example-workflow.md - GitHub

    This guide shows you how to create a basic workflow that is triggered when code is pushed to your repository. The open-source repo for docs.github.com. Contribute to github/docs development by creating an account on GitHub.

  8. Hello World - GitHub Actions by Example

    Workflows define sequences of commands written in YAML and must be located under the directory .github/workflows/ at the root of your repository. This example workflow prints “Hello world”, followed by “Step 1…”, “Step 2…”, “Step 3…”, and finally “Goodbye”.

  9. GitHub Workflows - GeeksforGeeks

    Sep 4, 2024 · GitHub Workflows are a powerful feature of GitHub Actions that automate tasks such as building, testing, and deploying your code directly from your GitHub repository. Workflows are highly customizable, allowing you to create automated processes that …

  10. Understanding GitHub Actions to Automate Workflows (With Examples)

    Apr 1, 2025 · Below is the GitHub Actions Workflow process, which we will see in action through a few examples. Workflows are triggered automatically when an event occurs. A workflow contains a job. The job then includes and uses steps to control the order in which actions are run.

  11. Some results have been removed
Refresh