Skip to content

add documentation and default binds for window cycling action #20

add documentation and default binds for window cycling action

add documentation and default binds for window cycling action #20

Workflow file for this run

name: action
on: [push, pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: sudo apt-get install libudev-dev libseat-dev libdisplay-info-dev
- run: cargo clippy --workspace -- -D warnings
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --all -- --check