Skip to content

Commit

Permalink
style: remove extra line from template
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Sep 30, 2020
1 parent a8ab535 commit e788196
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ npm install
# Run typescript
npm run build

# Test
npm test # npm test -- -u to update snapshots
npm run lint # npm run format to fix issues

# Set appropriate .env values and run the bot
npm start
```
Expand Down
2 changes: 0 additions & 2 deletions src/__snapshots__/solidarity.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ For more information on configuration and rules, check the [documentation](https
## App version
* version: [v1.0.0](https://github.com/jpoehnelt/in-solidarity-bot/releases/tag/v1.0.0)
* sha: [unknown](https://github.com/jpoehnelt/in-solidarity-bot/commit/unknown)
"
`;
Expand Down Expand Up @@ -105,7 +104,6 @@ For more information on configuration and rules, check the [documentation](https
## App version
* version: [v1.0.0](https://github.com/jpoehnelt/in-solidarity-bot/releases/tag/v1.0.0)
* sha: [unknown](https://github.com/jpoehnelt/in-solidarity-bot/commit/unknown)
"
`;
1 change: 0 additions & 1 deletion src/templates/SUMMARY.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ For more information on configuration and rules, check the [documentation](https

## App version
* version: [v{{version}}](https://github.com/jpoehnelt/in-solidarity-bot/releases/tag/v{{version}})

* sha: [{{sha}}](https://github.com/jpoehnelt/in-solidarity-bot/commit/{{sha}})

0 comments on commit e788196

Please sign in to comment.