Skip to content

Fix #164: Add Utmpx::is_active() as a workaround on BSD #282

Fix #164: Add Utmpx::is_active() as a workaround on BSD

Fix #164: Add Utmpx::is_active() as a workaround on BSD #282

Workflow file for this run

name: Clippy check
on: [push, pull_request]
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features