Skip to content

merge: PR #160 from ut-utp/device_adc #918

merge: PR #160 from ut-utp/device_adc

merge: PR #160 from ut-utp/device_adc #918

Workflow file for this run

on: [ push, pull_request ]
name: clippy-check
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- id: component
uses: actions-rs/components-nightly@v1
with:
component: clippy
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ steps.component.outputs.toolchain }}
override: true
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}