Sha256: c740d79e906459e5e06f923f9ad3f5385e0704970b3477d4498ed38c44904992
Contents?: true
Size: 128 Bytes
Versions: 19
Compression:
Stored size: 128 Bytes
Contents
module Shipit class PerformCommitChecksJob < BackgroundJob def perform(commit:) commit.checks.run end end end
Version data entries
19 entries across 19 versions & 1 rubygems