Skip to content

Commit

Permalink
Merge pull request #66 from domharrington/fix
Browse files Browse the repository at this point in the history
fix lint and run build/test/lint on PRs
  • Loading branch information
hipstersmoothie committed Jan 4, 2021
2 parents ba1bdee + 32872a3 commit 32ee9d9
Show file tree
Hide file tree
Showing 6 changed files with 3,494 additions and 3,060 deletions.
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,9 @@
## What's Changing

## Change Type

Indicate the type of change your pull request is:

- [ ] `patch`
- [ ] `minor`
- [ ] `major`
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -5,10 +5,6 @@ node_js:
- "12"
- "13"

branches:
only:
- master

script:
- yarn lint
- yarn test
Expand Down

0 comments on commit 32ee9d9

Please sign in to comment.