Skip to content

refactor: use tokio::select for exit signal handlers #11

refactor: use tokio::select for exit signal handlers

refactor: use tokio::select for exit signal handlers #11

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 }}