Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: David Chambers <dc@davidchambers.me>
Co-Authored-By: Diego Ceresuela <dcerearr@gmail.com>
  • Loading branch information
3 people authored Nov 1, 2019
1 parent ae632d6 commit 12b8bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
1. Create a branch named `<yourgithubusername>/<yourfeature>`
1. Make one or more atomic commits
1. Make sure the tests pass locally
1. Create a pull-request on GitHub
1. Create a pull request on GitHub

## Publishing a new version

Expand Down
2 changes: 1 addition & 1 deletion scripts/test
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eufo pipefail

# shellcheck source=/dev/null
# shellcheck source=../node_modules/sanctuary-scripts/functions
source "${BASH_SOURCE%/*}/../node_modules/sanctuary-scripts/functions"

branches="$(get min-branch-coverage)"
Expand Down

0 comments on commit 12b8bb1

Please sign in to comment.