diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 721e3aa73f6..2187bfb654c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,8 @@ jobs: run: npm run build-docs - name: Coverage uses: codecov/codecov-action@v3 + - name: Type check + uses: codechecks/typecov - name: Extract branch name shell: bash run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" diff --git a/codechecks.yml b/codechecks.yml new file mode 100644 index 00000000000..faafef3870c --- /dev/null +++ b/codechecks.yml @@ -0,0 +1,4 @@ +checks: + - name: typecov + options: + - atLeast: 99