Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add action to check project changes and provide feedback on each PR #1693

Merged
merged 13 commits into from
Nov 14, 2019
Prev Previous commit
Next Next commit
rubocop
  • Loading branch information
shiftkey committed Nov 14, 2019
commit 29b8b3814fb6e8491027f2fa4d5c9146f1a2fc9c
2 changes: 1 addition & 1 deletion .github/actions/project-analyzer/project_analyzer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
exit 0
end

files = raw_files.map { |f| f.chomp }
files = raw_files.map(&:chomp)

def repository_check(project)
result = GitHubRepositoryActiveCheck.run(project)
Expand Down