Skip to content

#278 add upper version bounds for fbe and judges #58

#278 add upper version bounds for fbe and judges

#278 add upper version bounds for fbe and judges #58

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2024-2026 Zerocracy
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: rake
'on':
push:
pull_request:
jobs:
rake:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4.9
bundler-cache: true
- run: bundle config set --global path "$(pwd)/vendor/bundle"
- run: bundle install --no-color
- run: bundle exec rake