Start running Rails from the main branch #16

Merged
atomaka merged 13 commits from rails-main into main 2024-06-21 23:35:37 -04:00
Showing only changes of commit 8f26dfd373 - Show all commits

View file

@ -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