Add additional styles for rich text #239

Merged
raucao merged 4 commits from feature/rich-text into master 2026-08-09 19:05:34 +00:00
Showing only changes of commit 7e7892df7a - Show all commits
+3 -1
View File
@@ -51,7 +51,9 @@ jobs:
run: yarn install
- name: Build CSS
run: bundle exec rake css:build
run: |
bundle exec rake css:build
test -s app/assets/builds/application.css
- name: Run tests
run: bundle exec rspec