diff --git a/.circleci/config.yml b/.circleci/config.yml index a303c2a..d89ff9a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,4 +23,4 @@ jobs: # specify any bash command here prefixed with `run: ` - run: make test - - run: make vet \ No newline at end of file + - run: make lint \ No newline at end of file