ruff/.github/workflows
konsti 0a26201643
Merge clippy and clippy (wasm) jobs on CI (#5447)
## Summary

The clippy wasm job rarely fails if regular clippy doesn't, wasm clippy
still compiles a lot of native dependencies for the proc macro and we
have less CI jobs overall, so i think this an improvement to our CI.

```shell
$ CARGO_TARGET_DIR=target-wasm cargo clippy -p ruff_wasm --target wasm32-unknown-unknown --all-features -j 2 -- -D warnings
$ du -sh target-wasm/*
12K	target-wasm/CACHEDIR.TAG
582M	target-wasm/debug
268M	target-wasm/wasm32-unknown-unknown
```

## Test plan

n/a
2023-07-04 15:22:00 -04:00
..
benchmark.yaml Small CI improvements (#4953) 2023-06-09 09:03:34 +02:00
ci.yaml Merge clippy and clippy (wasm) jobs on CI (#5447) 2023-07-04 15:22:00 -04:00
docs.yaml Only run the playground release job on release (#4636) 2023-05-24 11:48:36 -04:00
flake8-to-ruff.yaml Small CI improvements (#4953) 2023-06-09 09:03:34 +02:00
playground.yaml Only run the playground release job on release (#4636) 2023-05-24 11:48:36 -04:00
pr-comment.yaml Small CI improvements (#4953) 2023-06-09 09:03:34 +02:00
release.yaml Publish GitHub release as draft (#5304) 2023-06-22 16:11:43 +00:00