mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
6 lines
54 B
Bash
Executable File
6 lines
54 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
echo "Cargo clippy"
|
|
cargo clippy
|