gitea-client/Rakefile

7 lines
108 B
Ruby
Raw Normal View History

2022-05-05 16:17:54 +08:00
# frozen_string_literal: true
require "bundler/gem_tasks"
require "standard/rake"
task default: :standard