Skip to content

Commit

Permalink
Merge branch 'main' into codecoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
berendsliedrecht committed Mar 10, 2023
2 parents a5dc63e + c519c4e commit d25fed0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
- uses: actions/checkout@v1
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- uses: actions-rs/toolchain@v1
with:
components: clippy

- name: Clippy
run: clippy
run: cargo clippy
9 changes: 4 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d25fed0

Please sign in to comment.