Skip to content

mrgnlabs/anchor-build-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

7 Commits
 
 
 
 

Repository files navigation

Anchor Build Action

Github action for running anchor builds

Example

build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Anchor Build 
        uses: mrgnlabs/anchor-build-action@v0.3
        with:
            args: <custom build args>