Skip to content

Beaujr/gogitops-action

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

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoGitOps-Action

About

GoGitOps is a code quality tool for Golang projects which aims to provide an automated review for pull requests.

The action runs the review locally on the Github Actions agent and works on both public and private repositories.

The Action is in beta and provided with no warranty or guarantee of support.


alt text

Usage

Quick Start

name: Pull Request Action 
on:  
  pull_request:  
    branches:  
    - 'master'  
jobs:  
  build:  
    runs-on: ubuntu-latest  
    steps:  
    - uses: actions/checkout@v1
    - name: GoGitOps Step  
      id: gogitops  
      uses: beaujr/gogitops-action@v0.2
      with:  
        github-actions-token: ${{secrets.GITHUB_TOKEN}}

Custom User

name: Pull Request Action 
on:  
  pull_request:  
    branches:  
    - 'master'  
jobs:  
  build:  
    runs-on: ubuntu-latest  
    steps:  
    - uses: actions/checkout@v1
    - name: GoGitOps Step  
      id: gogitops  
      uses: beaujr/gogitops-action@v0.2
      with:  
        github-actions-user: <Your_User_Account_Name>
        github-actions-token: <Your-User-Account-Token>

About

Action for GoGitOps

Resources

License

Stars

Watchers

Forks

Packages

No packages published