Skip to content

Use window ID in windows command to make preview work (#127) #80

Use window ID in windows command to make preview work (#127)

Use window ID in windows command to make preview work (#127) #80

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