Skip to content

fix(NODE-7067): Wrap socket write in a try/catch to ensure errors can be properly wrapped #1562

fix(NODE-7067): Wrap socket write in a try/catch to ensure errors can be properly wrapped

fix(NODE-7067): Wrap socket write in a try/catch to ensure errors can be properly wrapped #1562

Workflow file for this run

name: Build documentation
on:
push:
branches: ['main']
workflow_dispatch: {}
workflow_call: {}
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ./.github/actions/build_documentation