From d1f8c0994e0e2bc399357925fed943dea211f1f5 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 15:59:47 +0000 Subject: [PATCH] fix: remove incompatible actions/checkout step for Gitea Actions --- .gitea/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3ba02c8..0110126 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,8 +10,6 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Set up Rust run: | rustup install stable @@ -29,8 +27,6 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Set up Rust run: | rustup install stable @@ -45,8 +41,6 @@ jobs: format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Set up Rust run: | rustup install stable