Skip to content

Commit

Permalink
.github/workflows/static-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Sep 1, 2024
1 parent ba3641a commit 90758ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
components: clippy

- name: Analyze
run: cargo clippy --all-targets -- -D warnings
run: cargo clippy
6 changes: 6 additions & 0 deletions docs/Notes-tech.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ Lint:
cargo clippy
```

Lint (with warnings):

```bash
cargo clippy --all-targets
```

### JS Lint

```bash
Expand Down

0 comments on commit 90758ba

Please sign in to comment.