Skip to content

Remove wlan dll linkage in test #1

Remove wlan dll linkage in test

Remove wlan dll linkage in test #1

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
jobs:
lint:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Clippy
run: rustup component add clippy
- name: Cargo Check
run: cargo check
- name: Cargo Clippy
run: cargo clippy