Sha256: 04ae8f417bd349babab6f03a847a9cfcbad5c3044542a4155895c2ece752d864
Contents?: true
Size: 163 Bytes
Versions: 17
Compression:
Stored size: 163 Bytes
Contents
module Shipit class PerformCommitChecksJob < BackgroundJob include BackgroundJob::Unique def perform(commit:) commit.checks.run end end end
Version data entries
17 entries across 17 versions & 1 rubygems