Skip to content

feat: gprs codec 12 tx and rx #14

feat: gprs codec 12 tx and rx

feat: gprs codec 12 tx and rx #14

Workflow file for this run

name: Clippy linter
on:
push:
paths:
- "**/*.rs"
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.github_token }}