Skip to content

Commit 12b8bb1

Browse files
Avaqdavidchambersdicearr
authored
Apply suggestions from code review
Co-Authored-By: David Chambers <[email protected]> Co-Authored-By: Diego Ceresuela <[email protected]>
1 parent ae632d6 commit 12b8bb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
1. Create a branch named `<yourgithubusername>/<yourfeature>`
88
1. Make one or more atomic commits
99
1. Make sure the tests pass locally
10-
1. Create a pull-request on GitHub
10+
1. Create a pull request on GitHub
1111

1212
## Publishing a new version
1313

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -eufo pipefail
33

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

77
branches="$(get min-branch-coverage)"

0 commit comments

Comments
 (0)