From 0d694f69d67c1e32416875ee5c2e401073b637dd Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 10 Jan 2024 21:44:06 +0100 Subject: [PATCH] rename some CI stuff --- .gitea/workflows/cargo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cargo.yaml b/.gitea/workflows/cargo.yaml index 130f203..67d518c 100644 --- a/.gitea/workflows/cargo.yaml +++ b/.gitea/workflows/cargo.yaml @@ -3,7 +3,7 @@ on: [push, pull_request] jobs: format: - name: cargo test + name: cargo fmt permissions: # Give the default GITHUB_TOKEN write permission to commit and push the # added or changed files to the repository. @@ -19,7 +19,7 @@ jobs: # Defaults to "Apply automatic changes" commit_message: Automatical formatting check: - name: cargo test + name: cargo check steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable