Skip to content

Commit ef77604

Browse files
committed
Fix gh actions
1 parent 259ea0d commit ef77604

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ jobs:
106106
- name: Check gem syntax
107107
run: |
108108
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
109+
ruby -c lib/multiplayer_session_recorder/version.rb
110+
ruby -c lib/multiplayer_session_recorder/constants.rb
111+
ruby -c lib/multiplayer_session_recorder/exporters.rb
112112
echo "All Ruby files have valid syntax"
113113
114114
- name: Verify gemspec

0 commit comments

Comments
 (0)