Skip to content

Merge pull request #124 from redBorder/bugfix/17120_cluster_is_not_ac… #206

Merge pull request #124 from redBorder/bugfix/17120_cluster_is_not_ac…

Merge pull request #124 from redBorder/bugfix/17120_cluster_is_not_ac… #206

Workflow file for this run

---
name: lint
'on':
pull_request:
push:
branches:
- '**'
jobs:
cookstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- uses: r7kamura/rubocop-problem-matchers-action@v1 # this shows the failures in the PR
- name: Run cookstyle
working-directory: ./resources
run: bundle exec cookstyle