mirror of
https://github.com/github/codeql-action.git
synced 2026-05-11 00:00:30 +00:00
Remove Ruby test file from tests/multi-language-repo
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#!/usr/bin/ruby
|
||||
# frozen_string_literal: true
|
||||
|
||||
def main
|
||||
v = ARGV[0]
|
||||
|
||||
puts 'with arg?' unless v.nil?
|
||||
puts 'hello there'
|
||||
end
|
||||
|
||||
main
|
||||
Reference in New Issue
Block a user