README.md in lois-0.1.7 vs README.md in lois-0.1.8

- old
+ new

@@ -28,10 +28,11 @@ lois bundler-audit -g, --github-credentials=GITHUB_CREDENTIALS # Run bundler-audit lois help [COMMAND] # Describe available commands or one specific command lois reek -g, --github-credentials=GITHUB_CREDENTIALS # Run reek lois rubocop -g, --github-credentials=GITHUB_CREDENTIALS # Run Rubocop lois simplecov -g, --github-credentials=GITHUB_CREDENTIALS # Run simplecov + lois i18n-tasks -g, --github-credentials=GITHUB_CREDENTIALS # Run i18n-tasks ``` Lois has commands to run and report ruby quality metrics to GitHub PR Statuses. All it requires is a GitHub basic auth credentials for a user to report the statuses. The user needs write access to the repo to post PR status updates. @@ -60,9 +61,13 @@ command: bundle exec lois rubocop -c circleci -g $GITHUB_CREDENTIALS - run: name: Reek command: bundle exec lois reek -c circleci -g $GITHUB_CREDENTIALS + +- run: + name: i18n-tasks + command: bundle exec lois i18n-tasks -c circleci -g $GITHUB_CREDENTIALS - store_artifacts: path: lois destination: lois ```