Skip to content

Commit

Permalink
fix: Clean up action
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Feb 4, 2025
1 parent 6b760ec commit 9be8d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Clippy
run: >
cargo clippy --all-targets
--features math,json,date,array-buffer,shared-array-buffer,weak-refs,atomics,regexp,set,annex-b,interleaved-gc,typescript
--features default,annex-b,interleaved-gc,typescript
-- -D warnings
- name: Spell check
uses: crate-ci/typos@master
Expand Down

0 comments on commit 9be8d79

Please sign in to comment.