Explorar o código

Add typecheck to CI

John Lees-Miller %!s(int64=6) %!d(string=hai) anos
pai
achega
6078aa963d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      libraries/o-error/.circleci/config.yml

+ 1 - 0
libraries/o-error/.circleci/config.yml

@@ -11,6 +11,7 @@ jobs:
           steps:
             - run: npm install
             - run: npm run lint
+            - run: npm run typecheck
             - run: npm test
 workflows:
   build-and-test: