aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:23 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:23 +0100
commitc31f8f668f53c4bdf4b4382e16d45d2d67df6fde (patch)
treeb5fa542b2751a26182c6344ed2b303d5b5af0907 /.github
parent13d1d5214d7d7043f22dee0837fd6600aaa50797 (diff)
chore(ci): exclude rendy crates from clippy
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 85c8a17..e9a74f7 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -21,4 +21,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
- args: -- -D warnings \ No newline at end of file
+ args: --workspace --exclude 'rendy-*' -- -D warnings \ No newline at end of file