Skip to content

docs(solana): clarify on what to do with OFT programId (#1068) #889

docs(solana): clarify on what to do with OFT programId (#1068)

docs(solana): clarify on what to do with OFT programId (#1068) #889

Workflow file for this run

# .-.-. .-.-. .-.-. .-.-. .-.-. .-.-. .-.-. .-.- .-.-. .-.-. .-.-
# / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \ / / \ \ / / \ \ / / \
# `-' `-`-' `-`-' `-`-' `-`-' `-`-' `-`-' `-`-' `-' `-`-' `-`-'
#
# Workflow that checks the code commited to the main branch
# and publishes the packages
#
# .-.-. .-.-. .-.-. .-.-. .-.-. .-.-. .-.-. .-.- .-.-. .-.-. .-.-
# / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \ / / \ \ / / \ \ / / \
# `-' `-`-' `-`-' `-`-' `-`-' `-`-' `-`-' `-`-' `-' `-`-' `-`-'
name: Check & publish
on:
push:
branches:
- main
# We only want one workflow to run at a time
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
check:
name: Check code
uses: ./.github/workflows/reusable-test.yaml
secrets: inherit
publish:
name: Publish NPM packages
needs: check
uses: ./.github/workflows/reusable-publish.yaml
secrets: inherit