Skip to content

Moved HTTP client behaviour to client library. Also added GET and POS… #969

Moved HTTP client behaviour to client library. Also added GET and POS…

Moved HTTP client behaviour to client library. Also added GET and POS… #969

name: "Pull request Doc Check"
on:
pull_request:
jobs:
check-doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mattnotmitt/doxygen-action@v1
with:
doxyfile-path: '.github/Doxyfile'