mirror of
https://github.com/emilk/egui.git
synced 2026-07-10 16:54:09 +00:00
6 lines
54 B
Bash
Executable File
6 lines
54 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
echo "Cargo clippy"
|
|
cargo clippy
|