Skip to content

Commit 7ab961a

Browse files
committed
chore: formatting
1 parent 0fbce8f commit 7ab961a

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ Always try to provide as much information as possible. If you are reporting a bu
2424
### Feature requests
2525

2626
Lay out the reasoning behind it and propose an API for it. Ideally, you should have a practical example to prove the utility of the feature you're requesting.
27-

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ If yes, please describe the impact and migration path for existing applications:
2929
- [ ] New/updated tests are included
3030

3131
If adding a **new feature**, the PR's description includes:
32+
3233
- [ ] A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)
3334

3435
**Other information:**

circle.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
# Javascript Node CircleCI 2.0 configuration file
2-
#
3-
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
4-
#
51
version: 2
62

7-
83
jobs:
94
build:
105
docker:
@@ -15,12 +10,10 @@ jobs:
1510
steps:
1611
- checkout
1712

18-
# Download and cache dependencies
1913
- restore_cache:
2014
keys:
21-
- dependencies-cache-{{ checksum "yarn.lock" }}
22-
# fallback to using the latest cache if no exact match is found
23-
- dependencies-cache-
15+
- dependencies-cache-{{ checksum "yarn.lock" }}
16+
- dependencies-cache-
2417

2518
- run: yarn install
2619

@@ -29,7 +22,6 @@ jobs:
2922
- node_modules
3023
key: dependencies-cache-{{ checksum "yarn.lock" }}
3124

32-
# run tests!
3325
- run: yarn run test
3426

3527
- run:

0 commit comments

Comments
 (0)