Skip to content

Commit

Permalink
fix: yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalan7 committed Apr 12, 2023
1 parent dbbee0e commit c167d83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- name: Install Dependencies
run: npm ci --no-progress || npm install --no-progress
- name: Lint source
run: npm run lint
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
PUPPETEER_SKIP_DOWNLOAD: true
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/welcome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export function welcomeScreen() {
return;
}
welcomeShown = true;
yo('SNAKE-PRO', { color: 'cyan' });
yo('VENOM-BOT', { color: 'cyan' });
console.log('\n\n');
}

0 comments on commit c167d83

Please sign in to comment.