mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
get ruby version from file
This commit is contained in:
@@ -16,9 +16,12 @@ jobs:
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: "3.4.2"
|
||||
ruby-version: .ruby-version
|
||||
bundler-cache: true
|
||||
- name: Setup danger
|
||||
run: |
|
||||
gem install danger
|
||||
|
||||
Reference in New Issue
Block a user