airlock 0.0.8

no_std async communication
Documentation
name: "Rust: cargo docs"

on:
  push:
    branches: [ "main", "dev" ]
  pull_request:
    branches: [ "main", "dev" ]

env:
  CARGO_TERM_COLOR: always

jobs:
  docs:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3
    - name: Build
      run: cargo doc --all-features
    - name: Run tests
      run: cargo test --all-features --doc -- --show-output