Skip to content

Commit 193525b

Browse files
committed
do not check rust toolchain
Signed-off-by: Danil <[email protected]>
1 parent 319e221 commit 193525b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci-core-lint-reusable.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
ci_run zkstack dev lint -t js --check
8383
ci_run zkstack dev lint -t ts --check
8484
ci_run zkstack dev lint -t rs --check
85-
ci_run zkstack dev lint -t rust-toolchain
8685
ci_run zkstack dev lint -t autocompletion
8786
8887
- name: Check Database

zkstack_cli/crates/zkstack/src/commands/dev/commands/lint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ pub fn run(shell: &Shell, args: LintArgs) -> anyhow::Result<()> {
4141
Target::Js,
4242
Target::Ts,
4343
Target::Contracts,
44-
Target::RustToolchain,
4544
Target::Autocompletion,
45+
Target::RustToolchain,
4646
]
4747
} else {
4848
args.targets.clone()

0 commit comments

Comments
 (0)