diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index af1b641..cc1fb05 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -17,8 +17,6 @@ jobs: - uses: actions/checkout@v4 - name: Install Rust uses: https://github.com/dtolnay/rust-toolchain@1.88 - with: - components: rustfmt - run: cargo fmt --check build_and_test: name: hem - Build & Test @@ -27,8 +25,6 @@ jobs: - uses: actions/checkout@v4 - name: Install Rust uses: https://github.com/dtolnay/rust-toolchain@1.88 - with: - components: clippy - name: ⚡ Cache uses: actions/cache@v2 with: