Skip to content

Bump dependency on dynflow #713

Bump dependency on dynflow

Bump dependency on dynflow #713

Workflow file for this run

---
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
ruby-version: '3.0'

Check failure on line 16 in .github/workflows/ruby_tests.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ruby_tests.yml (Line: 16, Col: 21): Invalid input, ruby-version is not defined in the referenced workflow.
test:
name: Ruby
needs: rubocop
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: foreman-tasks
ruby-version: '3.0'