From 753db1c2d07941c640ce664b3383630dd8ec54df Mon Sep 17 00:00:00 2001 From: Johannes Lund Date: Thu, 27 Feb 2025 15:26:24 +0100 Subject: [PATCH] Delete rubocop --- .github/workflows/rubocop.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/workflows/rubocop.yml diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml deleted file mode 100644 index 37f46e0b776..00000000000 --- a/.github/workflows/rubocop.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Rubocop - -on: - push: - branches: [ "master" ] - paths: ['test/e2e/**.rb'] - pull_request: - branches: [ "master" ] - paths: ['test/e2e/**.rb'] - -permissions: - contents: read - -defaults: - run: - working-directory: ./test/e2e - -jobs: - rubocop-linter: - runs-on: ubuntu-latest - - steps: - - name: 📥 Checkout repository - uses: actions/checkout@v3.2.0 - - - name: 💎 Set up Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.1.2 - bundler-cache: true - - - name: 👮 Rubocop - run: | - gem install rubocop - rubocop