1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/.github/workflows
Mathias Lafeldt 1848c7e361
Fix: Honor linter rules in CI and locally (#15492)
RUSTFLAGS take precedence over `target.<triple>.rustflags`. Therefore,
setting the env var globally in CI would always override whatever linter
rules are allowed or denied in .cargo/config.toml.

With this change, we ensure that problems are detected both in CI and
locally, using either cargo clippy or lint.js.
2022-08-19 08:17:18 -04:00
..
bench_cron.yml refactor(bench): continuous benchmarking improvements (#14821) 2022-06-28 17:51:05 +05:30
cargo_publish.yml chore: update deno automation to 0.12 (#15248) 2022-07-19 16:35:58 -04:00
ci.yml Fix: Honor linter rules in CI and locally (#15492) 2022-08-19 08:17:18 -04:00
start_release.yml chore: make the start_release workflow go faster (#15416) 2022-08-08 19:31:45 -04:00
version_bump.yml ci: use a known good version of deno instead of latest in publish scripts (#15037) 2022-07-02 00:22:07 -04:00
wpt_epoch.yml chore: use lock file for tooling scripts (#14253) 2022-04-13 18:51:16 +02:00