From 37e87398ce4fe1036e3caf27e7a35d9e1deb1384 Mon Sep 17 00:00:00 2001 From: Brage Fuglseth Date: Sat, 9 Sep 2023 17:48:05 +0200 Subject: [PATCH] fix[ci]: remove rustfmt for now --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fef7d4..6f1db94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,19 +6,6 @@ on: name: CI jobs: - rustfmt: - name: Rustfmt - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - components: rustfmt - - name: Run cargo fmt - run: cargo fmt --all -- --check flatpak: name: Flatpak