Skip to content

Commit

Permalink
fix: question for ghas
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLzq committed Jul 11, 2022
1 parent 7ba7e17 commit de576d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following questions will be asked to the user:
- `License year (current year):`, the year where your license starts, current year as default.
- `Will this project be deployed with Heroku? [y/n]`:, yes or no question, only y or n is accepted. This is not case sensitive.
- `Would you want to have a basic suit of tests with Jest? [y/n]`.
- `Would you want to have a basic GitHub Action for the suit of tests? [y/n]`.
- `Would you want to have a basic GitHub Action for the suit of tests and linting?? [y/n]`.

## What is new?

Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ exports.tsInitialConfig = async () => {

if (config.tests)
config.ghat = readLineSync.keyInYNStrict(
'> Would you want to have a basic GitHub Action for the suit of tests? ',
'> Would you want to have a basic GitHub Action for the suit of tests and linting?? ',
{
caseSensitive: false
}
Expand Down

0 comments on commit de576d4

Please sign in to comment.