Skip to content

Use session close function from oxide fork of yubihsm.rs. #232

Use session close function from oxide fork of yubihsm.rs.

Use session close function from oxide fork of yubihsm.rs. #232

Workflow file for this run

name: linters
on: [push, pull_request]
jobs:
clippy:
name: clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
components: clippy
toolchain: 1.69.0
- run: |
sudo apt-get update
sudo apt-get install -y pkg-config libudev-dev
- run: cargo clippy -- --deny warnings
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: warning