Skip to content

Fix default Flag icon pack configuration #78

Fix default Flag icon pack configuration

Fix default Flag icon pack configuration #78

Workflow file for this run

name: RuboCop
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.3.4'
- '3.1.0'
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop --config .rubocop.yml --parallel