fix: remove incompatible actions/checkout step for Gitea Actions
Some checks failed
CI / build (push) Failing after 1s
CI / lint (push) Failing after 1s
CI / format (push) Failing after 1s

This commit is contained in:
2026-02-04 15:59:47 +00:00
parent f0658a99bc
commit d1f8c0994e

View File

@@ -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