# File lib/kwala/actions/code_formatting.rb, line 63
  def build_action(context)
    context.ruby_files.each do |file|
      check_formatting(file)
    end
  end