diff --git a/.github/workflows/strict-check.yml b/.github/workflows/strict-check.yml index c532470d2a2..25bd51dcdf3 100644 --- a/.github/workflows/strict-check.yml +++ b/.github/workflows/strict-check.yml @@ -37,7 +37,7 @@ jobs: ROOT=$(pwd) npm install -g @aivenio/tsc-output-parser@2.1.1 cd ./packages/core - pnpm exec tsc --strictNullChecks --strictPropertyInitialization --noEmit --pretty false | npx tsc-output-parser > $ROOT/strict_${{ matrix.branch }}.json + npx tsc --strictNullChecks --strictPropertyInitialization --noEmit --pretty false | npx tsc-output-parser > $ROOT/strict_${{ matrix.branch }}.json pnpm lint --format json -o $ROOT/eslint_${{ matrix.branch }}.json cd $ROOT