Skip to content

Commit e476413

Browse files
committed
Revert "circleci fix"
This reverts commit 2f8d35f.
1 parent 2f8d35f commit e476413

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@ jobs:
3131
# submit to codecov
3232
- run: apt install -y curl
3333
- run: bash <(curl -s https://codecov.io/bash)
34+
35+
workflows:
36+
version: 2
37+
lint_and_build:
38+
jobs:
39+
- lint
40+
- build

0 commit comments

Comments
 (0)