5 lines
54 B
Bash
Executable file
5 lines
54 B
Bash
Executable file
#!/bin/bash
|
|
set -eu
|
|
|
|
echo "Cargo clippy"
|
|
cargo clippy
|