Skip to content

(FACT-3483) Temporarily pin sys-filesystem to <= 1.5.0 to resolve jruby integration check failure #3907

(FACT-3483) Temporarily pin sys-filesystem to <= 1.5.0 to resolve jruby integration check failure

(FACT-3483) Temporarily pin sys-filesystem to <= 1.5.0 to resolve jruby integration check failure #3907

Workflow file for this run

---
name: Checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
rubocop_checks:
runs-on: ubuntu-20.04
name: RuboCop
steps:
- name: Checkout current PR
uses: actions/checkout@v4
- name: Rubocop checks
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true
- run: bundle exec rubocop --parallel