Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

odanado/setup-centraldogma

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-centraldogma

This GitHub Action is deprecated. Please use https://github.com/odanado/setup-release instead.

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