Skip to content

open-session: add shell completions (#136) #102

open-session: add shell completions (#136)

open-session: add shell completions (#136) #102

Workflow file for this run

on: [push, pull_request]
name: Clippy check
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run Clippy
# Make sure CI fails on all warnings, including Clippy lints
run: nix develop --command cargo clippy --all-targets --all-features -- -D warnings