Add empty circleci config (#1286)

This commit is contained in:
Chris Hunt 2021-10-11 18:32:06 -04:00 committed by GitHub
parent 0d12eb7dc6
commit 5bffef9afc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.circleci/config.yml Normal file
View file

@ -0,0 +1,5 @@
version: 2.1
jobs:
{}
workflows:
{}