diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:23 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:23 +0100 |
commit | c31f8f668f53c4bdf4b4382e16d45d2d67df6fde (patch) | |
tree | b5fa542b2751a26182c6344ed2b303d5b5af0907 /.github/workflows/lint.yml | |
parent | 13d1d5214d7d7043f22dee0837fd6600aaa50797 (diff) |
chore(ci): exclude rendy crates from clippy
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
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 |