diff --git a/.github/workflows/ts-packages.yml b/.github/workflows/ts-packages.yml index 05138e82a691..898d2922df84 100644 --- a/.github/workflows/ts-packages.yml +++ b/.github/workflows/ts-packages.yml @@ -61,12 +61,6 @@ jobs: - name: Print gas report run: cat packages/contracts/gas-report.txt - - name: Run codechecks - working-directory: ./packages/contracts - run: yarn codechecks - env: - CC_SECRET: ${{ secrets.CC_SECRET }} - test-coverage: name: Generate test coverage runs-on: ubuntu-latest