/
Dmitry-F
/
cbt_tool
Обзор
Документация
Войти
/
Dmitry-F
/
cbt_tool
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
config/ci.rb
19 строк
622 B
Dmitriy-Filatov
Initial commit: CBT Therapist Tool with Therapist and Client models
11 фев 2026, 02:47
11 фев 2026, 02:47
62defea
Код
Авторство
О чём код?
# Run using bin/ci CI.run do step "Setup", "bin/setup --skip-server" step "Style: Ruby", "bin/rubocop" step "Security: Gem audit", "bin/bundler-audit" step "Security: Brakeman code analysis", "bin/brakeman --quiet --no-pager --exit-on-warn --exit-on-error" # Optional: set a green GitHub commit status to unblock PR merge. # Requires the `gh` CLI and `gh extension install basecamp/gh-signoff`. # if success? # step "Signoff: All systems go. Ready for merge and deploy.", "gh signoff" # else # failure "Signoff: CI failed. Do not merge or deploy.", "Fix the issues and try again." # end end