Sha256: 583507a03159cdefd77bd7584afec0ca3ba11ef6ef69a1c81acb70dfeda08c73
Contents?: true
Size: 195 Bytes
Versions: 10
Compression:
Stored size: 195 Bytes
Contents
# frozen_string_literal: true module Shipit class SetupGithubHookJob < BackgroundJob queue_as :default def perform(hook) # TODO: app-migration, delete this job end end end
Version data entries
10 entries across 10 versions & 1 rubygems