ci: fix linting

This commit is contained in:
cn 2023-07-02 13:56:53 +02:00
parent 2258edaae6
commit c71b23d35e
1 changed files with 1 additions and 1 deletions

View File

@ -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']