From abd22355755221a35c8328b8b209391bab4d89ee Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 13 Jan 2025 00:51:50 +0100 Subject: ci: add build and lint workflows --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..feb6aad --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +[alias] +lint = "clippy --no-deps -- -D warnings" +lint-all = "clippy --no-deps -- -D clippy::pedantic" -- cgit v1.2.3