We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33d28c commit c2d2a93Copy full SHA for c2d2a93
2 files changed
.github/workflows/test.yml
@@ -23,6 +23,5 @@ jobs:
23
with:
24
ruby-version: ${{ matrix.ruby-version }}
25
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
26
- cache-version: 1
27
- name: Run tests
28
run: bundle exec rake
Rakefile
@@ -1,5 +1,6 @@
1
# frozen_string_literal: true
2
3
+require 'cookstyle'
4
require 'rake/testtask'
5
require 'rubocop/rake_task'
6
0 commit comments