From c71b23d35e191287597042520f1b37ac86abef2b Mon Sep 17 00:00:00 2001 From: cn Date: Sun, 2 Jul 2023 13:56:53 +0200 Subject: [PATCH] ci: fix linting --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 052fb74..1d40b19 100644 --- a/Rakefile +++ b/Rakefile @@ -71,4 +71,4 @@ end task default: [:rubocop, :spec, 'bundle:audit', :solargraph] desc 'Run all tasks desired for CI' -task ci: [ :default, 'docker:lint', :build, 'docker:build', 'docker:e2e'] +task ci: [:default, 'docker:lint', :build, 'docker:build', 'docker:e2e']