Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 294 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 294 Bytes

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>