diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index cc1fb05..af1b641 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -17,6 +17,8 @@ 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 @@ -25,6 +27,8 @@ 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: