Skip to content

fix: align instruction builders with IDL signer/writable flags and data encoding #54

fix: align instruction builders with IDL signer/writable flags and data encoding

fix: align instruction builders with IDL signer/writable flags and data encoding #54

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
chore
docs
style
test
ci
refactor
perf