From 881b57e82b73859516c9eb1f73f470fbd4c17c21 Mon Sep 17 00:00:00 2001 From: Chris Collier Date: Mon, 5 Aug 2024 19:53:57 +0100 Subject: [PATCH] fix: Remove unexpected field --- .github/workflows/general.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 4478680..cb137d4 100755 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -24,8 +24,6 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - uses: extractions/setup-just@v2 - with: - components: rustfmt - name: Enforce formatting run: just fmt