File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11name : CI
2-
32on :
4- push :
53 pull_request :
6- workflow_dispatch :
4+ push :
5+ branches-ignore :
6+ - dependabot/*
7+ - renovate/*
78 schedule :
8- - cron : ' 0 0 * * 0'
9-
9+ - cron : 0 0 * * 0
10+ workflow_dispatch :
11+ concurrency :
12+ group : " ${{ github.workflow }}-${{ github.ref }}"
13+ cancel-in-progress : true
14+ permissions :
15+ contents : read
1016jobs :
1117 ci :
1218 runs-on : ubuntu-latest
2228 - name : Set up Ruby
2329 uses : ruby/setup-ruby@v1
2430 with :
25- ruby-version : ${{ matrix.ruby-version }}
31+ ruby-version : " ${{ matrix.ruby-version }}"
2632 bundler-cache : true
2733 - name : Run tests
2834 run : bundle exec rake
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33[ ![ Gem Version] ( https://badge.fury.io/rb/httpd_configmap_generator.svg )] ( http://badge.fury.io/rb/httpd_configmap_generator )
44[ ![ Build Status] ( https://travis-ci.org/ManageIQ/httpd_configmap_generator.svg?branch=master )] ( https://travis-ci.com/github/ManageIQ/httpd_configmap_generator )
5- [ ![ Code Climate] ( https://codeclimate.com/github/ManageIQ/httpd_configmap_generator.svg )] ( https://codeclimate.com/github/ManageIQ/httpd_configmap_generator )
6- [ ![ Test Coverage] ( https://codeclimate.com/github/ManageIQ/httpd_configmap_generator/badges/coverage.svg )] ( https://codeclimate.com/github/ManageIQ/httpd_configmap_generator/coverage )
75
86[ ![ Chat] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/ManageIQ/authentication?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
97
You can’t perform that action at this time.
0 commit comments