Skip to content

Commit c48ad4a

Browse files
committed
remove grex
1 parent 7667e02 commit c48ad4a

2 files changed

Lines changed: 2 additions & 18 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
tool: mise
2727

28-
- name: Install mise checker tools
28+
- name: Install mise tools
2929
run: |
3030
mise settings add idiomatic_version_file_enable_tools "[]"
31-
mise install grex
31+
mise install
3232
env:
3333
GITHUB_TOKEN: ${{ github.token }}
3434

.mise.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@ protoc = "latest"
1515
rust = { version = "latest", components = "clippy" }
1616
typos = "latest"
1717

18-
# grex is just a convenient way to depends on all of the checker tools at once
19-
grex = { depends = [
20-
"cargo:taplo-cli",
21-
"dprint",
22-
"editorconfig-checker",
23-
"osv-scanner",
24-
"rust",
25-
"rust@nightly",
26-
"typos",
27-
], "version" = "latest" }
28-
2918
[tasks]
3019
dprint-check = "dprint check"
3120
dprint-fmt = "dprint fmt"
@@ -38,11 +27,6 @@ description = "Run repository formatters"
3827
[tasks.install-nightly]
3928
run = "rustup toolchain install nightly --component rustfmt"
4029

41-
42-
[tasks.check-phase-1]
43-
depends = ["cargo-check", "cargo-clippy", "dprint-check", "editorconfig-check", "taplo-check", "typos"]
44-
description = "Run repository checks (phase 1: even if no Cargo.lock exists)"
45-
4630
[tasks.check]
4731
depends = [
4832
"cargo-check",

0 commit comments

Comments
 (0)