Skip to content

Commit d9f3654

Browse files
committed
[TMP] Add an empty CircleCI config to get rid of the spurious CircleCI job that fails on every PR
1 parent ac0f148 commit d9f3654

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2.1
2+
3+
jobs:
4+
build:
5+
docker:
6+
- image: cimg/base
7+
steps:
8+
- run: echo "This is an empty config just to keep CircleCI quiet."

0 commit comments

Comments
 (0)