From 7456868234d34f8cadaaefc0d56b9d5d70e972a2 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Sun, 1 Jun 2025 02:35:19 +0800 Subject: [PATCH] fix: ci --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e20326fe..b256914cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,12 +45,12 @@ jobs: - name: Lint run: | pnpm run lint - pnpm run lint:rust - # - name: Lint Rust - # run: | - # cargo +nightly fmt --all --check - # cargo clippy -- -W clippy::pedantic -W clippy::nursery -A clippy::missing-errors-doc -A clippy::module_name_repetitions + # - name: Lint Rust + # run: | + # # pnpm run lint:rust + # cargo +nightly fmt --all --check + # cargo clippy -- -W clippy::pedantic -W clippy::nursery -A clippy::missing-errors-doc -A clippy::module_name_repetitions build-test: name: Build Test