Skip to content

ci: show verify PDA transaction #224

ci: show verify PDA transaction

ci: show verify PDA transaction #224

Workflow file for this run

name: Build
on:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
env:
SOLANA_VERSION: '4.0.0'
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 1
- uses: ./.github/actions/setup
with:
rust-cache-key: 'build'
save-rust-cache: 'true'
solana-version: ${{ env.SOLANA_VERSION }}
- name: Build program and clients
run: just build