From ca2ab8dfe06caf6231586ea150d4d68ecc02f573 Mon Sep 17 00:00:00 2001 From: ward Date: Thu, 4 Dec 2025 14:02:18 +0000 Subject: [PATCH] Update .forgejo/workflows/ci.yml --- .forgejo/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 21fe437..c603dc6 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -8,7 +8,8 @@ jobs: name: cargo test runs-on: docker steps: - - uses: https://code.forgejo.org/actions/checkout@v6 + - name: Checkout + uses: https://code.forgejo.org/actions/checkout@v6 - name: Super-linter uses: https://github.com/super-linter/super-linter@v8.3.0 # x-release-please-version @@ -24,7 +25,8 @@ jobs: VALIDATE_GTILEAKS: true VALIDATE_TRIVY: true - - uses: https://github.com/dtolnay/rust-toolchain@stable + - name: Rust toolchain + uses: https://github.com/dtolnay/rust-toolchain@stable #- run: cargo test --all-features - run: cargo run -- --help