From 11dc9fa2d8b82594d3803f12d2c5a49e57026cfb Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 28 Mar 2024 12:13:40 +0000 Subject: build: use nix for tests ci using the same dependancies in ci as in development --- .github/workflows/check_rustfmt_clippy.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/check_rustfmt_clippy.yaml (limited to '.github/workflows/check_rustfmt_clippy.yaml') diff --git a/.github/workflows/check_rustfmt_clippy.yaml b/.github/workflows/check_rustfmt_clippy.yaml deleted file mode 100644 index eec744e..0000000 --- a/.github/workflows/check_rustfmt_clippy.yaml +++ /dev/null @@ -1,26 +0,0 @@ -on: push - -name: check rustfmt - -jobs: - ci: - runs-on: ubuntu-latest - strategy: - matrix: - rust: - - nightly - - steps: - - uses: actions/checkout@v2 - - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: ${{ matrix.rust }} - override: true - components: rustfmt - - - uses: actions-rs/cargo@v1 - with: - command: fmt - args: --all -- --check -- cgit v1.2.3