Skip to content

Commit

Permalink
Merge branch 'main' into serena/linear-pattern-types
Browse files Browse the repository at this point in the history
  • Loading branch information
gserena01 committed Dec 13, 2023
2 parents 6d2687d + eb01834 commit 543b5ac
Show file tree
Hide file tree
Showing 10 changed files with 2,703 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[codespell]
ignore-words-list: crate,co-ordinate
skip: **/target,node_modules,build
skip: **/target,node_modules,build,Cargo.lock
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ jobs:
components: clippy
- uses: Swatinem/[email protected]

- name: Run clippy
- name: Run clippy (no default features)
shell: bash
run: cargo clippy --tests --benches --workspace --examples --no-default-features -- -D warnings
env:
RUST_BACKTRACE: 1
- name: Run clippy (only default features)
shell: bash
run: cargo clippy --tests --benches --workspace --examples -- -D warnings
env:
Expand Down
Loading

0 comments on commit 543b5ac

Please sign in to comment.