Skip to content

Commit

Permalink
Try adding a new line to end of json file
Browse files Browse the repository at this point in the history
  • Loading branch information
porter-stripe committed Sep 26, 2024
1 parent 6cc40f2 commit 86ccfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/find-dead-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if new_dead_code.empty?
puts "No new dead code detected."
else
File.write(output_file, JSON.pretty_generate(new_dead_code))
File.write(output_file, JSON.pretty_generate(new_dead_code) + "\n")
end
'
Expand Down

0 comments on commit 86ccfb0

Please sign in to comment.