Sha256: 2ec245a6a5ccf21cf4c5138e1b8ca31e0529acca3813fe31c0e234e379f93063
Contents?: true
Size: 717 Bytes
Versions: 1
Compression:
Stored size: 717 Bytes
Contents
--- name: CI on: pull_request: push: branch: master concurrency: group: ${{ github.ref_name }} cancel-in-progress: true jobs: unit: runs-on: ubuntu-latest strategy: fail-fast: false matrix: include: - ruby: '2.7' puppet: 7 - ruby: '3.2' puppet: 8 env: PUPPET_GEM_VERSION: "~> ${{ matrix.puppet }}.0" name: "Ruby ${{ matrix.ruby }} with Puppet ${{ matrix.puppet }}" steps: - uses: actions/checkout@v4 - name: Setup ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run tests run: bundle exec rake test
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kafo_module_lint-1.3.0 | .github/workflows/ci.yml |