From 4b748f011f4f57433652f66536268c71bb30d193 Mon Sep 17 00:00:00 2001 From: randymcmillan Date: Fri, 25 Oct 2024 18:06:00 -0400 Subject: [PATCH] thub/workflows/ci.yml --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28a9f65..5cf4a53 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,14 +59,14 @@ jobs: profile: minimal override: true - #- name: cargo fmt -- --check - # uses: actions-rs/cargo@v1 - # with: - # command: fmt - # args: -- --check + - name: cargo fmt -- --check + uses: actions-rs/cargo@v1 + with: + command: fmt + args: -- --check - - name: temporary workaround - fmt all files under src - run: cargo fmt -- --check $(find ./src -name '*.rs' -print) + #- name: temporary workaround - fmt all files under src + #run: cargo fmt -- --check $(find ./src -name '*.rs' -print) test: name: ${{ matrix.name }}