Skip to content

Merge pull request #14 from ATIX-AG/fix_tests #107

Merge pull request #14 from ATIX-AG/fix_tests

Merge pull request #14 from ATIX-AG/fix_tests #107

Workflow file for this run

name: Rubocop
on:
pull_request:
push:
branches:
- master
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Execute rubocop
run: |
bundle exec rake rubocop