mirror of
https://github.com/cmur2/dyndnsd.git
synced 2025-07-26 01:11:17 +02:00
ci: fix linting
This commit is contained in:
2
Rakefile
2
Rakefile
@ -71,4 +71,4 @@ end
|
|||||||
task default: [:rubocop, :spec, 'bundle:audit', :solargraph]
|
task default: [:rubocop, :spec, 'bundle:audit', :solargraph]
|
||||||
|
|
||||||
desc 'Run all tasks desired for CI'
|
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']
|
||||||
|
Reference in New Issue
Block a user