Fix rubocop: rename ruby-liquid.rb to ruby_liquid.rb and add trailing comma

This commit is contained in:
Tobi Lutke
2026-01-01 21:42:11 -05:00
parent 533d470723
commit 34c274d314
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
with:
bundler-cache: true
bundler: latest
- run: bundle exec liquid-spec run spec/ruby-liquid.rb --no-max-failures
- run: bundle exec liquid-spec run spec/ruby_liquid.rb --no-max-failures
memory_profile:
runs-on: ubuntu-latest