Skip to content

Commit 5b54f15

Browse files
ci: do not treat warnings as errors during linting
1 parent f04ed94 commit 5b54f15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: cargo clippy
3232
uses: clechasseur/rs-clippy-check@v3
3333
with:
34-
args: --all --all-features -- -D warnings
34+
args: --all --all-features
3535

3636
build-test:
3737
name: Run tests

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: cargo clippy
3333
uses: clechasseur/rs-clippy-check@v3
3434
with:
35-
args: --all --all-features -- -D warnings
35+
args: --all --all-features
3636

3737
build-test:
3838
name: Run tests

0 commit comments

Comments
 (0)