* build: switch from travis to github actions for checks * lint: fixing linting error
``` export APP_NAME=course-authoring grep -rl frontend-template-application . | \ xargs sed -i.bak "s/frontend-template-application/frontend-app-${APP_NAME}/g" ```