We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259ea0d commit ef77604Copy full SHA for ef77604
.github/workflows/ci.yml
@@ -106,9 +106,9 @@ jobs:
106
- name: Check gem syntax
107
run: |
108
echo "Checking Ruby file syntax..."
109
- ruby -c lib/session_recorder/version.rb
110
- ruby -c lib/session_recorder/constants.rb
111
- ruby -c lib/session_recorder/exporters.rb
+ ruby -c lib/multiplayer_session_recorder/version.rb
+ ruby -c lib/multiplayer_session_recorder/constants.rb
+ ruby -c lib/multiplayer_session_recorder/exporters.rb
112
echo "All Ruby files have valid syntax"
113
114
- name: Verify gemspec
0 commit comments