diff options
Diffstat (limited to '.github')
-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 |