Skip to content

Commit b3df083

Browse files
committed
Add fake CircleCI config back to make things pass
1 parent baf2a83 commit b3df083

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/node:lts
6+
working_directory: ~/repo
7+
steps:
8+
- run: echo "Nope"

0 commit comments

Comments
 (0)