1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-12-21 14:54:22 +01:00

ci: fix linting

This commit is contained in:
cn 2023-07-02 13:56:53 +02:00
parent 2258edaae6
commit c71b23d35e

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