Skip to content

Improve session handling (#7) #248

Improve session handling (#7)

Improve session handling (#7) #248

Workflow file for this run

name: Debug
on:
push:
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: rustup component add clippy
- run: sudo apt-get install protobuf-compiler
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}