From 0f6ca5d6f2816fc567f91fdd0a8d6b7330db792d Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 9 Feb 2024 18:37:14 +0100 Subject: [PATCH] fix ci --- .gitea/workflows/cargo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/cargo.yaml b/.gitea/workflows/cargo.yaml index 889da91..b4a75df 100644 --- a/.gitea/workflows/cargo.yaml +++ b/.gitea/workflows/cargo.yaml @@ -6,7 +6,7 @@ on: # - '!master' jobs: - CI: + format: name: cargo CI permissions: # Give the default GITHUB_TOKEN write permission to commit and push the @@ -16,7 +16,7 @@ jobs: - name: get repo uses: actions/checkout@v4 - name: install rust - uses: dtolnay/rust-toolchain@stable + uses: https://github.com/dtolnay/rust-toolchain@stable - name: install additional rust things run: rustup component add rustfmt - name: config custom registry @@ -37,7 +37,7 @@ jobs: - name: cargo test run: cargo test --all-features --all-targets - name: commit back to repository - uses: stefanzweifel/git-auto-commit-action@v5 + uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 with: # Optional. Commit message for the created commit. # Defaults to "Apply automatic changes"