From 1b9b5c3a5ef2d5fc63b3aaf73db295f215603db8 Mon Sep 17 00:00:00 2001 From: neosam Date: Sat, 29 Jun 2024 12:49:55 +0000 Subject: [PATCH] Comment formatting check --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b1954cc..7637223 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -21,8 +21,8 @@ jobs: - uses: actions/checkout@v4 - name: Install cargo run: nix-env -iA nixpkgs.cargo - - name: Formatting - run: cargo fmt --all -- --check + #- name: Formatting + # run: cargo fmt --all -- --check - name: Build local version run: cargo build --verbose - name: Build OIDC version