Sha256: 0e316a0ace508066d0d158caaf044d0b1de38be342199c61207ab98ea9806ba9
Contents?: true
Size: 447 Bytes
Versions: 7
Compression:
Stored size: 447 Bytes
Contents
--- name: CI on: pull_request concurrency: group: ${{ github.ref_name }}-${{ github.workflow }} cancel-in-progress: true jobs: rubocop: name: Rubocop uses: theforeman/actions/.github/workflows/rubocop.yml@v0 with: command: bundle exec rubocop --parallel --format github test: name: Ruby needs: rubocop uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0 with: plugin: foreman-tasks
Version data entries
7 entries across 7 versions & 1 rubygems