Skip to content

add link to bindings doc in the getting started local dev section #58

add link to bindings doc in the getting started local dev section

add link to bindings doc in the getting started local dev section #58

Workflow file for this run

name: Validate merge requests
on:
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v2
- uses: ./.github/actions/build-docs