From e212d5c62fb8a053c1cde4003845a0212aa3f428 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 23 Jan 2024 00:00:00 +0000 Subject: build: exclude fmt clippy from stable in ci because of formatting rules that are only avaiable in nightly --- .github/workflows/check_test_rustfmt_clippy.yaml | 40 ------------------------ 1 file changed, 40 deletions(-) delete mode 100644 .github/workflows/check_test_rustfmt_clippy.yaml (limited to '.github/workflows/check_test_rustfmt_clippy.yaml') diff --git a/.github/workflows/check_test_rustfmt_clippy.yaml b/.github/workflows/check_test_rustfmt_clippy.yaml deleted file mode 100644 index 9cb63c1..0000000 --- a/.github/workflows/check_test_rustfmt_clippy.yaml +++ /dev/null @@ -1,40 +0,0 @@ -on: push - -name: check test rustfmt clippy - -jobs: - ci: - runs-on: ubuntu-latest - strategy: - matrix: - rust: - - stable - - nightly - - steps: - - uses: actions/checkout@v2 - - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: ${{ matrix.rust }} - override: true - components: rustfmt, clippy - - - uses: actions-rs/cargo@v1 - with: - command: build - - - uses: actions-rs/cargo@v1 - with: - command: test - - - uses: actions-rs/cargo@v1 - with: - command: fmt - args: --all -- --check - - - uses: actions-rs/cargo@v1 - with: - command: clippy - args: -- -D warnings -- cgit v1.2.3