Skip to content

feat: Add new models/parsers for A3040-class devices #194

feat: Add new models/parsers for A3040-class devices

feat: Add new models/parsers for A3040-class devices #194

Workflow file for this run

name: "Clippy"
on: [pull_request, push]
jobs:
clippy:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: giraffate/clippy-action@v1
with:
reporter: 'github-pr-review'
workdir: 'src-tauri'
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: giraffate/clippy-action@v1
with:
reporter: 'github-pr-review'
workdir: 'soundcore-lib/'
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: giraffate/clippy-action@v1
with:
reporter: 'github-pr-review'
workdir: 'bluetooth-lib/'
github_token: ${{ secrets.GITHUB_TOKEN }}