Skip to content
play

GitHub Action

Setup Central Dogma

v1.0.0 Latest version

Setup Central Dogma

play

Setup Central Dogma

Setup Central Dogma

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Central Dogma

uses: odanado/setup-centraldogma@v1.0.0

Learn more about this action in odanado/setup-centraldogma

Choose a version

setup-centraldogma

GitHub Action to setup centraldogma-go.

Usage

Example

# .github/workflows/release.yml
on:
  push:
    branches:
      - main
jobs:
  release:
    runs-on: ubuntu-latest
    steps:
      - uses: odanado/setup-centraldogma@v1

      - run: dogma --help