Skip to content

Use stabilized ip_in_core feature #192

Use stabilized ip_in_core feature

Use stabilized ip_in_core feature #192

Workflow file for this run

on:
push:
branches: [ staging, trying, master ]
pull_request:
name: Clippy check
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@beta # TODO, TEMPORARY: Requires 1.77
with:
components: clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
clippy_check_async:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy
- run: cargo clippy
working-directory: embedded-nal-async