From 24b6e7efe712ba73788af7671dcd87f49e39b356 Mon Sep 17 00:00:00 2001 From: mhenrixon Date: Mon, 12 Feb 2024 21:22:45 +0200 Subject: [PATCH] chore: remove reek --- .github/workflows/lint.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ee28fe1f8..739d5576b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,18 +18,3 @@ jobs: bundler-cache: true - run: bin/bundle --jobs=$(nproc) --retry=$(nproc) - run: bin/rubocop -P - - reek: - runs-on: ubuntu-latest - strategy: - fail-fast: true - - steps: - - uses: actions/checkout@v3 - - uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.1 - bundler: 2.4.12 - bundler-cache: true - - run: bin/bundle --jobs=$(nproc) --retry=$(nproc) - - run: bin/reek .