An open API service indexing awesome lists of open source software.

https://github.com/drift-labs/solana-verify-action

automate solana verify build
https://github.com/drift-labs/solana-verify-action

Last synced: 2 months ago
JSON representation

automate solana verify build

Awesome Lists containing this project

README

        

# Example
```yaml
name: Verifiable Build

on:
push:
branches: main

jobs:
anchor-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Solana Verify Build
uses: drift-labs/[email protected]
with:
library-name: drift
```