Skip to content

refactor: await r/w stream close instead of proc exit #13

refactor: await r/w stream close instead of proc exit

refactor: await r/w stream close instead of proc exit #13

Workflow file for this run

name: Generate manual
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup protobuf
run: |
sudo apt install protobuf-compiler
- name: Generate
run: cargo build --verbose
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(docs): autogenerate manual"
branch: ${{ github.head_ref }}