Skip to content

Commit

Permalink
add frozen check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Oct 16, 2024
1 parent 8b62093 commit 8a9b4e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec standardrb
- run: bundle exec rake
- run: "RUBYOPT='--enable=frozen-string-literal --debug=frozen-string-literal' bundle exec rake"

0 comments on commit 8a9b4e4

Please sign in to comment.