rails-quality-assurance 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb90801ffefa028ae7b9173e04f759fa64e59bf88db9d92131c263a8844ff144
|
|
4
|
+
data.tar.gz: 149747d49baeeaf03ddb88407d29cd90df3c9fb1032bea8168faa542d9862d04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2b7465cd190e164e9979b8a8e770c38ad1eb77fbf97a11dfeafb53d5311a301c1c8b2dfda141d2583e554883c5a6ae6919b58412b9d73b9e1dd028d53e62506
|
|
7
|
+
data.tar.gz: 116c20f50206b7552e99926897c41583036b163ce5b9768dea97a2f127e96adfaa2bee56eca389807fbed7efa1f6fb0a8f774e2fa63bf1e9e4ba0fe7bf8d3330
|
|
@@ -16,6 +16,9 @@ CI.run do
|
|
|
16
16
|
step 'Frontend: Biome', 'bin/rails qa:lint:biome' if File.exist?('biome.json')
|
|
17
17
|
step 'Frontend: Stylelint', 'bin/rails qa:lint:stylelint' if File.exist?('.stylelintrc.json')
|
|
18
18
|
|
|
19
|
+
# System specs render layouts that reference compiled assets.
|
|
20
|
+
step 'Assets: Tailwind', 'bin/rails tailwindcss:build' if File.exist?('app/assets/tailwind/application.css')
|
|
21
|
+
|
|
19
22
|
step 'Tests: RSpec (parallel)', 'bin/rails spec:parallel'
|
|
20
23
|
|
|
21
24
|
# Coverage gate: enforced by SimpleCov in spec/spec_helper.rb (100% line + branch)
|