wp_enqueue_scripts does not work

If do_action works, then the problem should be you are not calling wp_head() and wp_footer() in your header.php and footer.php respectively.