mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 10:54:23 +01:00
ci: fix linting
This commit is contained in:
parent
2258edaae6
commit
c71b23d35e
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']
|
||||||
|
Loading…
Reference in New Issue
Block a user