Start running Rails from the main branch #16
1 changed files with 11 additions and 1 deletions
12
.drone.yml
12
.drone.yml
|
@ -26,7 +26,17 @@ steps:
|
||||||
- name: bundle
|
- name: bundle
|
||||||
path: /usr/local/bundle
|
path: /usr/local/bundle
|
||||||
commands:
|
commands:
|
||||||
- bin/bundle exec standardrb
|
- bin/rubocop
|
||||||
|
depends_on:
|
||||||
|
- install
|
||||||
|
|
||||||
|
- name: brakeman
|
||||||
|
image: ruby:3.3.1
|
||||||
|
volumes:
|
||||||
|
- name: bundle
|
||||||
|
path: /usr/local/bundle
|
||||||
|
commands:
|
||||||
|
- bin/brakeman
|
||||||
depends_on:
|
depends_on:
|
||||||
- install
|
- install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue