Redmine 6.1
This commit is contained in:
parent
7c6e06527e
commit
fb5fecb90f
2
.github/workflows/rubyonrails.yml
vendored
2
.github/workflows/rubyonrails.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
sudo apt-get install -y litmus libreoffice subversion
|
sudo apt-get install -y litmus libreoffice subversion
|
||||||
- name: Clone Redmine
|
- name: Clone Redmine
|
||||||
# Get the latest stable Redmine
|
# Get the latest stable Redmine
|
||||||
run: svn export http://svn.redmine.org/redmine/branches/6.0-stable/ /opt/redmine
|
run: svn export http://svn.redmine.org/redmine/branches/6.1-stable/ /opt/redmine
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Link the plugin
|
- name: Link the plugin
|
||||||
|
|||||||
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- rubocop-rails
|
- rubocop-rails
|
||||||
|
- rubocop-performance
|
||||||
|
|
||||||
AllCops:
|
AllCops:
|
||||||
TargetRubyVersion: 3.2
|
TargetRubyVersion: 3.2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user