Skip to content

File is mandatory in update #73

File is mandatory in update

File is mandatory in update #73

Workflow file for this run

name: RuboCop
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
test:
name: RuboCop
runs-on: ubuntu-latest
steps:
- name: Install libmagic-dev
run: |
sudo apt-get update
sudo apt-get -yq --no-install-suggests --no-install-recommends install libmagic-dev
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4'
rubygems: latest
bundler-cache: true
- name: RuboCop
run: bundle exec rubocop -f github