From 608e394a03ad6a76ecdf721cd2c4d1083d549243 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Sun, 3 Nov 2024 23:24:02 +0000 Subject: [PATCH] wtf --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b92371..b31823f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - run: script/update_rubygems_and_install_bundler - run: bundle install --standalone - run: bundle binstubs --all - - run: bin/rubocop + - run: bin/rubocop -c .rubocop.yml test: name: Ruby ${{ matrix.ruby }} ${{ matrix.name_extra || '' }}