Skip to content

Commit c2d2a93

Browse files
committed
add cookstyle to Rakefile
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
1 parent f33d28c commit c2d2a93

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ jobs:
2323
with:
2424
ruby-version: ${{ matrix.ruby-version }}
2525
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
26-
cache-version: 1
2726
- name: Run tests
2827
run: bundle exec rake

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# frozen_string_literal: true
22

3+
require 'cookstyle'
34
require 'rake/testtask'
45
require 'rubocop/rake_task'
56

0 commit comments

Comments
 (0)